apteryx pushed a commit to branch master
in repository guix.
commit e276f5ed196ae68a98f6747698af1955371b8de1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun May 5 12:19:23 2024 -0400
gnu: mupen64plus-ui-console: Update to 2.5.9.
* gnu/packages/emulators.scm (mupen64plus-ui-console): Update to 2.5.9.
Change-Id: I9794dc81e0417c9879820400dbdb002faec35cdc
---
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 090741c544..37fe19c92b 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1289,7 +1289,7 @@ Z64 video plugin.")
(define-public mupen64plus-ui-console
(package
(name "mupen64plus-ui-console")
- (version "2.5")
+ (version "2.5.9")
(source
(origin
(method git-fetch)
@@ -1298,7 +1298,7 @@ Z64 video plugin.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0vrf98qa6a0y3647kslsv644fag233dxh5dcr1yncjiiwickcr5a"))
+ (base32 "1dyrqdfs2jkalfd86bqidgd9y1hy03qgrgwk46d3xf3kyfmaa1cq"))
(patches (search-patches "mupen64plus-ui-console-notice.patch"))))
(build-system gnu-build-system)
(native-inputs