apteryx pushed a commit to branch master
in repository guix.

commit 9f11f67043f22d6232833b3d87838b89a6e09b37
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun May 5 12:19:21 2024 -0400

    gnu: mupen64plus-rsp-hle: Update to 2.5.9.
    
    * gnu/packages/emulators.scm (mupen64plus-rsp-hle): Update to 2.5.9.
    
    Change-Id: I68c1f92fd2be820ba437696d61d064a97ed4581e
---
 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 c26b360ce1..d2795233a8 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -974,7 +974,7 @@ SDL input plugin.")
 (define-public mupen64plus-rsp-hle
   (package
     (name "mupen64plus-rsp-hle")
-    (version "2.5")
+    (version "2.5.9")
     (source
      (origin
        (method git-fetch)
@@ -983,7 +983,7 @@ SDL input plugin.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pi31qzjjp7aypdvvnz6ms18g09c4gqzxi6328zj8sji94b75gf0"))))
+        (base32 "0sblabl3dp1jy9izbwyhx90690xdj96yfmwi47kpka8axzj93naq"))))
     (build-system gnu-build-system)
     (inputs
      (list mupen64plus-core))

Reply via email to