guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sameboy: Update to 0.13.6.


From: guix-commits
Subject: branch master updated: gnu: sameboy: Update to 0.13.6.
Date: Sat, 22 Aug 2020 17:48:25 -0400

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 c9f01b7  gnu: sameboy: Update to 0.13.6.
c9f01b7 is described below

commit c9f01b73cb3cfb6b82f74b621f7cff65fb52749d
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Sat Aug 22 22:40:59 2020 +0200

    gnu: sameboy: Update to 0.13.6.
    
    * gnu/packages/emulators.scm (sameboy): Update to 0.13.6.
---
 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 5833f07..ea90b53 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]