me
/
guix
Archived
1
0
Fork 0

gnu: sameboy: Update to 0.13.6.

* gnu/packages/emulators.scm (sameboy): Update to 0.13.6.
master
Jakub Kądziołka 2020-08-22 22:40:59 +02:00
parent 5a4990b982
commit c9f01b73cb
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 2 additions and 2 deletions

View File

@ -593,7 +593,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
(version "0.13.5")
(version "0.13.6")
(source
(origin
(method git-fetch)
@ -602,7 +602,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1v070w519l58wfyj2gpaghkaar4c0mpr8rhbkdmpnhb9rp2iajaz"))))
(base32 "04w8lybi7ssnax37ka4qw7pmcm7cgnmk90p9m73zbyp5chgpqqzc"))))
(build-system gnu-build-system)
(native-inputs
`(("rgbds" ,rgbds)