mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: retroarch-joypad-autoconfig: Update to 1.21.1.
* gnu/packages/emulators.scm (retroarch-joypad-autoconfig): Update to 1.21.1. Change-Id: Idd6c97fee1d3b266ea453216c118380be3746ec1
This commit is contained in:
parent
346dcd7d2e
commit
bc2625db7d
1 changed files with 2 additions and 2 deletions
|
@ -1904,7 +1904,7 @@ Various scripts that are used to maintain the database files.
|
||||||
(define-public retroarch-joypad-autoconfig
|
(define-public retroarch-joypad-autoconfig
|
||||||
(package
|
(package
|
||||||
(name "retroarch-joypad-autoconfig")
|
(name "retroarch-joypad-autoconfig")
|
||||||
(version "1.20.0")
|
(version "1.21.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1914,7 +1914,7 @@ Various scripts that are used to maintain the database files.
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nlz3j3575dlv9s15250qrhi90xcs6mg5i40g4lhq1hbwd075lsd"))))
|
"06mii4zpkrwxiw9qhfvjzri8q8fps1b96nkxp7px2w7cgdl4kg68"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ;no meaningful test suite
|
(list #:tests? #f ;no meaningful test suite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue