mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -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
|
(define-public mupen64plus-video-arachnoid
|
||||||
(package
|
(package
|
||||||
(name "mupen64plus-video-arachnoid")
|
(name "mupen64plus-video-arachnoid")
|
||||||
(version "2.0.0")
|
(version "2.5.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1067,7 +1067,7 @@ (define-public mupen64plus-video-arachnoid
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v9fqwpb6pawr8z5cm2ki7bqkks4iyr5c4jy4v5khj6h8zcv55gc"))))
|
(base32 "1bkzbmg53qiwvza9h45d76rbyn0isbb31cfp5qqza0fzmgjxhv1d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config which))
|
(list pkg-config which))
|
||||||
|
|
Loading…
Reference in a new issue