3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: sameboy: Update to 0.13.3.

* gnu/packages/emulators.scm (sameboy): Update to 0.13.3.
This commit is contained in:
Jakub Kądziołka 2020-06-24 23:19:36 +02:00
parent e30cf11bb0
commit 5adaf17bb0
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -473,7 +473,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
(version "0.13.2")
(version "0.13.3")
(source
(origin
(method git-fetch)
@ -482,7 +482,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "19qb1ib9sk5bjdv4arbwkv8l2afpll5axrif3wi7p2yhvpba10c0"))))
(base32 "1mv5a7p6plz0359l3z9g232rgaq2h3yby5949ps0s88cxj94w9qm"))))
(build-system gnu-build-system)
(native-inputs
`(("rgbds" ,rgbds)