apteryx pushed a commit to branch master
in repository guix.
commit 9cab740594c603e2210a44b50062394e203fa963
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun May 5 12:19:21 2024 -0400
gnu: mupen64plus-rsp-z64: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-rsp-z64): Update to 2.5.9.
Change-Id: Ibf9b67d37506f742c50397ff269586df1636af4d
---
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 d2795233a8..3de5fecf39 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1016,7 +1016,7 @@ high-level emulation (HLE) RSP processor plugin.")
(define-public mupen64plus-rsp-z64
(package
(name "mupen64plus-rsp-z64")
- (version "2.0.0")
+ (version "2.5.9")
(source
(origin
(method git-fetch)
@@ -1025,7 +1025,7 @@ high-level emulation (HLE) RSP processor plugin.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0nfyjns9k8xbg3aqs7593nfaxvlj72h3l8h467442xlk8ajfcylx"))))
+ (base32 "02w7c6b7fc6q5rrvawxv48xp64crfs5jbs06f2fqqj4smysyjfcc"))))
(build-system gnu-build-system)
(inputs
(list mupen64plus-core))