me
/
guix
Archived
1
0
Fork 0

gnu: sameboy: Update to 0.14.5.

* gnu/packages/emulators.scm (sameboy): Update to 0.14.5.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2021-10-04 23:50:47 +02:00
parent 365a994738
commit da878d7380
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

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.4") (version "0.14.5")
(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 "0zp11qm8b3cmx70pzczyh4vv4jyhlh4jnci8kn6b30c8lzl43g83")))) (base32 "0qqribyksm51fhq923rdhrzb9c4yf16szymprbw8fsz0nzv8frm3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("rgbds" ,rgbds) `(("rgbds" ,rgbds)
@ -803,8 +803,7 @@ and Game Boy Color games.")
(with-directory-excursion "build/bin/SDL" (with-directory-excursion "build/bin/SDL"
(install-file "sameboy" bin) (install-file "sameboy" bin)
(delete-file "sameboy") (delete-file "sameboy")
(copy-recursively "." data)) (copy-recursively "." data))))))))
#t))))))
(home-page "https://sameboy.github.io/") (home-page "https://sameboy.github.io/")
(synopsis "Accurate Game Boy, Game Boy Color and Super Game Boy emulator") (synopsis "Accurate Game Boy, Game Boy Color and Super Game Boy emulator")
(description "SameBoy is a user friendly Game Boy, Game Boy Color (description "SameBoy is a user friendly Game Boy, Game Boy Color