diff options
author | Felix Gruber <felgru@posteo.net> | 2021-07-31 21:37:29 +0000 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-08-01 12:58:03 +0200 |
commit | c8bcef2598c9cee91f2f48d78259c53bdaf27a60 (patch) | |
tree | 7c72fe6d251d8ead9264c88ecd8ac6bccea2754f /gnu/packages | |
parent | b62e74e0539793257e1c42637637654832d55149 (diff) |
gnu: sameboy: Update to 0.14.4.
* gnu/packages/emulators.scm (sameboy): Update to 0.14.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 670e96aeb7..ba5c7663ee 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -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) |