gnu: sameboy: Update to 0.14.4.
authorFelix Gruber <felgru@posteo.net>
Sat, 31 Jul 2021 21:37:29 +0000 (21:37 +0000)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 1 Aug 2021 10:58:03 +0000 (12:58 +0200)
* gnu/packages/emulators.scm (sameboy): Update to 0.14.4.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu/packages/emulators.scm

index 670e96a..ba5c766 100644 (file)
@@ -780,7 +780,7 @@ and Game Boy Color games.")
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.14.3")
+    (version "0.14.4")
     (source
      (origin
        (method git-fetch)
@@ -789,7 +789,7 @@ and Game Boy Color games.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dipidx12ai62hnzf0pvnsk1cgjcmw1h5x2r7ilxq0k0pkia5b7a"))))
+        (base32 "0zp11qm8b3cmx70pzczyh4vv4jyhlh4jnci8kn6b30c8lzl43g83"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("rgbds" ,rgbds)