mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: mupen64plus-rsp-z64: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-rsp-z64): Update to 2.5.9. Change-Id: Ibf9b67d37506f742c50397ff269586df1636af4d
This commit is contained in:
parent
9f11f67043
commit
9cab740594
1 changed files with 2 additions and 2 deletions
|
@ -1016,7 +1016,7 @@ (define-public mupen64plus-rsp-hle
|
|||
(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 @@ (define-public mupen64plus-rsp-z64
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0nfyjns9k8xbg3aqs7593nfaxvlj72h3l8h467442xlk8ajfcylx"))))
|
||||
(base32 "02w7c6b7fc6q5rrvawxv48xp64crfs5jbs06f2fqqj4smysyjfcc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list mupen64plus-core))
|
||||
|
|
Loading…
Reference in a new issue