summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-08-22 22:40:59 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-08-22 23:47:18 +0200
commitc9f01b73cb3cfb6b82f74b621f7cff65fb52749d (patch)
tree3b1c4a833332324c21a8dae42f81f540c721d919
parent5a4990b98260ba85b8b93d6ac43d871e370d6983 (diff)
downloadguix-c9f01b73cb3cfb6b82f74b621f7cff65fb52749d.tar.gz
gnu: sameboy: Update to 0.13.6.
* gnu/packages/emulators.scm (sameboy): Update to 0.13.6.
-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 5833f07923..ea90b53d06 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -593,7 +593,7 @@ and Game Boy Color games.")
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.13.5")
+    (version "0.13.6")
     (source
      (origin
        (method git-fetch)
@@ -602,7 +602,7 @@ and Game Boy Color games.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1v070w519l58wfyj2gpaghkaar4c0mpr8rhbkdmpnhb9rp2iajaz"))))
+        (base32 "04w8lybi7ssnax37ka4qw7pmcm7cgnmk90p9m73zbyp5chgpqqzc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("rgbds" ,rgbds)