guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 76c23c9b8e3a58f74175aeed11a61110034a72ee
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 16:15:41 2026 +0800
gnu: retroarch-assets: Update to 1.22.0.
* gnu/packages/emulators.scm (retroarch-assets): Update to 1.22.0.
Change-Id: I20320fe837326ae397eac637fb8fd36763f21b49
---
gnu/packages/emulators.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 7e1ce2a797..c302d2770c 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -2004,7 +2004,7 @@ libretro API, based on Mupen64Plus. It incorporates the
following projects:
(define-public retroarch-assets
(package
(name "retroarch-assets")
- (version "1.20.0")
+ (version "1.22.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2013,7 +2013,7 @@ libretro API, based on Mupen64Plus. It incorporates the
following projects:
(file-name (git-file-name name version))
(sha256
(base32
- "0ngbc2wmqgz5davan7rnvqapai5wc8j9afylff1yzlk3lgsjlv1x"))))
+ "04gbsn5lwc9ampyssl898v4p9myhwfqy3x7hyx9si8l1x9z60k6j"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ;no test suite