mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: retroarch-assets: Update to 1.20.0.
* gnu/packages/emulators.scm (retroarch-assets): Update to 1.20.0. Change-Id: I71e14f042d58911065aa9f7c5326daabff897b3d
This commit is contained in:
parent
d5c1f1420b
commit
722116d327
1 changed files with 2 additions and 2 deletions
|
|
@ -1814,7 +1814,7 @@ libretro API, based on Mupen64Plus. It incorporates the following projects:
|
|||
(define-public retroarch-assets
|
||||
(package
|
||||
(name "retroarch-assets")
|
||||
(version "1.19.0")
|
||||
(version "1.20.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -1823,7 +1823,7 @@ libretro API, based on Mupen64Plus. It incorporates the following projects:
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i496x0lkqard5i9045yf438kivwd6f6za8p9fil8w1rfrhk2knz"))))
|
||||
"0ngbc2wmqgz5davan7rnvqapai5wc8j9afylff1yzlk3lgsjlv1x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;no test suite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue