diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 12:19:22 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-05-05 14:03:16 -0400 |
commit | 8521d0b81ea5204d07b57047cb4ad0331a4490e9 (patch) | |
tree | 0af069ae0a5f6461d56475054ffc67e0893544fd /gnu/packages/emulators.scm | |
parent | 71e99742ab688b06dfffd4f434109a7af7638acb (diff) | |
download | guix-8521d0b81ea5204d07b57047cb4ad0331a4490e9.tar.gz guix-8521d0b81ea5204d07b57047cb4ad0331a4490e9.zip |
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
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 9b5b69fabc..090741c544 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -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)) |