Archived
1
0
Fork 0

gnu: sameboy: Update to 0.15.5.

* gnu/packages/emulators.scm (sameboy): Update to 0.15.5.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Felix Gruber 2022-09-09 19:23:14 +00:00 committed by Nicolas Goaziou
parent 6a2a545ba1
commit e08b1669b4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -773,7 +773,7 @@ and Game Boy Color games.")
(define-public sameboy (define-public sameboy
(package (package
(name "sameboy") (name "sameboy")
(version "0.15") (version "0.15.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -782,7 +782,7 @@ and Game Boy Color games.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0rhl9khc5pxbikjsq4aha5cpqfxf3bnxalc94idd4haw0zf892q9")))) (base32 "0ly9x6cch0wdcnsp0qmrdl6r2h8805jp8hwji3fwswj8rlhxkpa7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list rgbds pkg-config)) (list rgbds pkg-config))