Archived
1
0
Fork 0

gnu: sameboy: Update to 0.14.7.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Felix Gruber 2021-11-20 22:45:26 +00:00 committed by Nicolas Goaziou
parent 80efc5d005
commit 16dda28fd7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -769,7 +769,7 @@ and Game Boy Color games.")
(define-public sameboy (define-public sameboy
(package (package
(name "sameboy") (name "sameboy")
(version "0.14.5") (version "0.14.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -778,7 +778,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 "0qqribyksm51fhq923rdhrzb9c4yf16szymprbw8fsz0nzv8frm3")))) (base32 "1r391jdh0gjnx8bwmr63dcdmq58lpm162mng2ncrx53ydbb13xxf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("rgbds" ,rgbds) `(("rgbds" ,rgbds)