mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: retroarch-joypad-autoconfig: Update to 1.20.0
* gnu/packages/emulators.scm (retroarch-joypad-autoconfig): Update to 1.20.0. Change-Id: I830b71a4af2f81dc78592b8032eca779857cc75a Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
7b273c2b57
commit
ae5cbddeb6
1 changed files with 2 additions and 2 deletions
|
@ -1607,7 +1607,7 @@ metadata about each known libretro core. The snapshot is taken from the
|
|||
(define-public retroarch-joypad-autoconfig
|
||||
(package
|
||||
(name "retroarch-joypad-autoconfig")
|
||||
(version "1.19.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1617,7 +1617,7 @@ metadata about each known libretro core. The snapshot is taken from the
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gg4nc2wjqz72z40diqbanfkfalvb9hhb8scwn51v2w704rm634b"))))
|
||||
"0nlz3j3575dlv9s15250qrhi90xcs6mg5i40g4lhq1hbwd075lsd"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no meaningful test suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue