mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mupen64plus-video-z64: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-video-z64): Update to 2.5.9. [source]: Delete patches. * gnu/packages/patches/mupen64plus-video-z64-glew-correct-path.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: Ic8022c3a88f88f48644cc694e0a18c0b0a6745a1
This commit is contained in:
parent
71e99742ab
commit
8521d0b81e
3 changed files with 2 additions and 40 deletions
|
@ -1238,7 +1238,7 @@ Rice Video plugin.")
|
|||
(define-public mupen64plus-video-z64
|
||||
(package
|
||||
(name "mupen64plus-video-z64")
|
||||
(version "2.0.0")
|
||||
(version "2.5.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1247,8 +1247,7 @@ Rice Video plugin.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "04qa2fdd6dakpk2v0d4l80xh9b4h8gm71g80c0wyyxdhmhwk1r9c"))
|
||||
(patches (search-patches "mupen64plus-video-z64-glew-correct-path.patch"))))
|
||||
(base32 "1i8dxa0lhcsm5ss1bf74dqnzaa2bw5naj6f56ixw2qjvybrnsmk2"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config which))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue