summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-08-05 21:17:48 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-08-05 21:17:48 +0200
commit0012df64fc0618564b1b6a4c2f7b06723680242c (patch)
treef3acd524676b4ca0989c0d6fde74cbe9d8884821 /gnu
parent843344273c6a587b8e6c84d8406500fd64d8908a (diff)
downloadguix-patches-0012df64fc0618564b1b6a4c2f7b06723680242c.tar
guix-patches-0012df64fc0618564b1b6a4c2f7b06723680242c.tar.gz
gnu: sameboy: Update to 0.13.4.
* gnu/packages/emulators.scm (sameboy): Update to 0.13.4.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emulators.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index b459e76d4b..be3811cc5b 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -535,7 +535,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
- (version "0.13.3")
+ (version "0.13.4")
(source
(origin
(method git-fetch)
@@ -544,7 +544,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mv5a7p6plz0359l3z9g232rgaq2h3yby5949ps0s88cxj94w9qm"))))
+ (base32 "00kdi4h2mgcfp86lbshnlax2p9rzdamkva71v27akarp6lixj5d1"))))
(build-system gnu-build-system)
(native-inputs
`(("rgbds" ,rgbds)