guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 21a9802a71ce2c584cd1f6e31413928e9dc8fc91
Author: bdunahu <[email protected]>
AuthorDate: Sat Nov 29 20:33:54 2025 -0500

    gnu: mupen64plus-video-z64: Update to 2.6.0.
    
    * gnu/packages/emulators.scm (mupen64plus-video-z64): Update to 2.6.0.
    
    Change-Id: I1cb0ea5661fafdfd44da0adb246c8353890bfff0
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 1fc075a918..44e4ee22b4 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1641,7 +1641,7 @@ Rice Video plugin.")
 (define-public mupen64plus-video-z64
   (package
     (name "mupen64plus-video-z64")
-    (version "2.5.9")
+    (version "2.6.0")
     (source
      (origin
        (method git-fetch)
@@ -1650,7 +1650,7 @@ Rice Video plugin.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1i8dxa0lhcsm5ss1bf74dqnzaa2bw5naj6f56ixw2qjvybrnsmk2"))))
+        (base32 "17h5xh5ms7xv53wcsmagapg08qzybmc1qmch5h6i7dirp5hpa411"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config which))

Reply via email to