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:
Maxim Cournoyer 2024-05-05 12:19:22 -04:00
parent 71e99742ab
commit 8521d0b81e
No known key found for this signature in database
GPG key ID: 1260E46482E63562
3 changed files with 2 additions and 40 deletions

View file

@ -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))