mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: retroarch-joypad-autoconfig: Update to 1.22.0.
* gnu/packages/emulators.scm (retroarch-joypad-autoconfig): Update to 1.22.0. Change-Id: Ied9586c99295dab54d847e4ab92b94c97836733a
This commit is contained in:
parent
7717643021
commit
e94f5b373d
1 changed files with 2 additions and 2 deletions
|
|
@ -2094,7 +2094,7 @@ Various scripts that are used to maintain the database files.
|
|||
(define-public retroarch-joypad-autoconfig
|
||||
(package
|
||||
(name "retroarch-joypad-autoconfig")
|
||||
(version "1.21.1")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -2104,7 +2104,7 @@ Various scripts that are used to maintain the database files.
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"06mii4zpkrwxiw9qhfvjzri8q8fps1b96nkxp7px2w7cgdl4kg68"))))
|
||||
"0fcc15j6lblngkx0n85x68x01c4qc24xc0pw05gc5pg2xgg4m3wg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no meaningful test suite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue