This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 16dda28 gnu: sameboy: Update to 0.14.7.
16dda28 is described below
commit 16dda28fd71fe80513fdd55af5bec62c6e67f113
Author: Felix Gruber <[email protected]>
AuthorDate: Sat Nov 20 22:45:26 2021 +0000
gnu: sameboy: Update to 0.14.7.
* gnu/packages/emulators.scm (sameboy): Update to 0.14.7.
Signed-off-by: Nicolas Goaziou <[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 b31d1ae..5d35903 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -769,7 +769,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
- (version "0.14.5")
+ (version "0.14.7")
(source
(origin
(method git-fetch)
@@ -778,7 +778,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0qqribyksm51fhq923rdhrzb9c4yf16szymprbw8fsz0nzv8frm3"))))
+ (base32 "1r391jdh0gjnx8bwmr63dcdmq58lpm162mng2ncrx53ydbb13xxf"))))
(build-system gnu-build-system)
(native-inputs
`(("rgbds" ,rgbds)