diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 12:19:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 14:03:15 -0400 |
commit | 9cab740594c603e2210a44b50062394e203fa963 (patch) | |
tree | 9b0687f391fa3eae3785e588560c47061f512970 /gnu/packages | |
parent | 9f11f67043f22d6232833b3d87838b89a6e09b37 (diff) | |
download | guix-9cab740594c603e2210a44b50062394e203fa963.tar.gz guix-9cab740594c603e2210a44b50062394e203fa963.zip |
gnu: mupen64plus-rsp-z64: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-rsp-z64): Update to 2.5.9.
Change-Id: Ibf9b67d37506f742c50397ff269586df1636af4d
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files 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)) |