diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 16:15:42 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 16:15:42 +0800 |
| commit | e94f5b373dfb8e33d26e284e437bba91deddba69 (patch) | |
| tree | 80ce6f7a665c470c74ca17d742e48ac07b95211a /gnu | |
| parent | 7717643021d63aa9619dd177ef091515d3faacf3 (diff) | |
gnu: retroarch-joypad-autoconfig: Update to 1.22.0.
* gnu/packages/emulators.scm (retroarch-joypad-autoconfig): Update to 1.22.0.
Change-Id: Ied9586c99295dab54d847e4ab92b94c97836733a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index d87d21c7aac..7602202f43f 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -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 |
