apteryx pushed a commit to branch master
in repository guix.
commit ef54287fef5346c96d39fa49966ad92f48117b62
Author: Felix Gruber <[email protected]>
AuthorDate: Sun May 19 16:01:48 2024 +0000
gnu: sameboy: Update to 0.16.3.
* gnu/packages/emulators.scm (sameboy): Update to 0.16.3.
Change-Id: I56a1bd092e1ce00733d8fea8ab372b2bd52c8b7b
Signed-off-by: Maxim Cournoyer <[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 84441181c7..4471de9040 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -792,7 +792,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
- (version "0.16.2")
+ (version "0.16.3")
(source
(origin
(method git-fetch)
@@ -801,7 +801,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ckx5dm57h7ncvfqqqb2mdl5dcmhkardcn78zv965h6w1yxg0ii8"))))
+ (base32 "1jdjg59vzzkbi3c3qaxpsxqx955sb86cd3kcypb0nhjxbnwac1di"))))
(build-system gnu-build-system)
(native-inputs
(list rgbds pkg-config))