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 4c8700f  gnu: sameboy: Update to 0.13.1 [security fix].
4c8700f is described below

commit 4c8700fd844d24f52c54966467765f14dca6510c
Author: Jakub Kądziołka <k...@kadziolka.net>
AuthorDate: Wed Jun 3 21:21:34 2020 +0200

    gnu: sameboy: Update to 0.13.1 [security fix].
    
    * gnu/packages/emulators.scm (sameboy): Update to 0.13.1.
---
 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 14c4383..9798ac3 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.13")
+    (version "0.13.1")
     (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 "0cp126sd76h1c6pj7cmsgzn5kd471524ikhyspv7flcm8nmz9mq0"))))
+        (base32 "1il2bpbc3xyvvhbs2bgid64svjxcdl4dbqz6jy1azfmvzdp7jkrn"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("rgbds" ,rgbds)

Reply via email to