mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: mupen64plus-video-arachnoid: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-video-arachnoid): Update to 2.5.9. Change-Id: I2751cca9a553029fbceba59762e498931a1f9946
This commit is contained in:
parent
9cab740594
commit
52bfa64956
1 changed files with 2 additions and 2 deletions
|
@ -1058,7 +1058,7 @@ (define-public mupen64plus-rsp-z64
|
|||
(define-public mupen64plus-video-arachnoid
|
||||
(package
|
||||
(name "mupen64plus-video-arachnoid")
|
||||
(version "2.0.0")
|
||||
(version "2.5.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1067,7 +1067,7 @@ (define-public mupen64plus-video-arachnoid
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1v9fqwpb6pawr8z5cm2ki7bqkks4iyr5c4jy4v5khj6h8zcv55gc"))))
|
||||
(base32 "1bkzbmg53qiwvza9h45d76rbyn0isbb31cfp5qqza0fzmgjxhv1d"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config which))
|
||||
|
|
Loading…
Reference in a new issue