guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0c474d32e75775372fee0868e742e6ed205d9435
Author: bdunahu <[email protected]>
AuthorDate: Sat Nov 29 20:31:38 2025 -0500
gnu: mupen64plus-video-glide64mk2: Update to 2.6.0.
* gnu/packages/emulators.scm (mupen64plus-video-glide64mk2): Update to
2.6.0.
Change-Id: Iec8834f17227d485553f609f7f4b2d924c58bf1d
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/emulators.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 996c46d99c..46b9f71f59 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1548,7 +1548,7 @@ Glide64 video plugin.")
(define-public mupen64plus-video-glide64mk2
(package
(name "mupen64plus-video-glide64mk2")
- (version "2.5.9")
+ (version "2.6.0")
(source
(origin
(method git-fetch)
@@ -1557,7 +1557,7 @@ Glide64 video plugin.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1hr0mv6y7v72101iff3zf6rd0wpqah936234m3hcb4cgna6zj9xy"))))
+ (base32 "1w0cp448i3rnr8c6rq8ivqvjmfkcawpr4b798xqhryhbxnlr3s35"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config which))