guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 722116d327b8829f2eeb16092eb61625cf04c7fe
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 12:23:04 2025 +0900

    gnu: retroarch-assets: Update to 1.20.0.
    
    * gnu/packages/emulators.scm (retroarch-assets): Update to 1.20.0.
    
    Change-Id: I71e14f042d58911065aa9f7c5326daabff897b3d
---
 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 5c64452fde..db0ac36d0e 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -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

Reply via email to