This is an automated email from the git hooks/post-receive script. niedzejkob pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new c727df6 gnu: sameboy: Update to 0.13. c727df6 is described below commit c727df6f5475481156609628bb9b3341964d79b1 Author: Jakub Kądziołka <k...@kadziolka.net> AuthorDate: Sun May 31 23:54:27 2020 +0200 gnu: sameboy: Update to 0.13. * gnu/packages/emulators.scm (sameboy): Update to 0.13. --- gnu/packages/emulators.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 7fad8a7..14c4383 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -470,7 +470,7 @@ and Game Boy Color games.") (define-public sameboy (package (name "sameboy") - (version "0.12.3") + (version "0.13") (source (origin (method git-fetch) @@ -479,7 +479,7 @@ and Game Boy Color games.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0m5rv2x8qck1kr43xq186pp4kaiay7gd1x775n9qrljcd7z4x6fs")))) + (base32 "0cp126sd76h1c6pj7cmsgzn5kd471524ikhyspv7flcm8nmz9mq0")))) (build-system gnu-build-system) (native-inputs `(("rgbds" ,rgbds)