gnu: sameboy: Update to 0.15.6.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Felix Gruber 2022-10-07 21:31:05 +00:00 committed by Nicolas Goaziou
parent 74f94e9ada
commit 68f09d1f91
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
(package
(name "sameboy")
(version "0.15.5")
(version "0.15.6")
(source
(origin
(method git-fetch)
@ -782,7 +782,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ly9x6cch0wdcnsp0qmrdl6r2h8805jp8hwji3fwswj8rlhxkpa7"))))
(base32 "0a2fcsnv7ykj4kk2vpq9jjn8yjrx34n5s186rqvgj3dzm8w6xijs"))))
(build-system gnu-build-system)
(native-inputs
(list rgbds pkg-config))