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.5.


From: guix-commits
Subject: branch master updated: gnu: sameboy: Update to 0.13.5.
Date: Thu, 06 Aug 2020 15:29:08 -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 29e703c  gnu: sameboy: Update to 0.13.5.
29e703c is described below

commit 29e703c7bcc4aba3f3f5a54b353876048ff868ad
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Thu Aug 6 21:28:24 2020 +0200

    gnu: sameboy: Update to 0.13.5.
    
    * gnu/packages/emulators.scm (sameboy): Update to 0.13.5.
---
 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 e233a97..1cf1c43 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -535,7 +535,7 @@ and Game Boy Color games.")
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.13.4")
+    (version "0.13.5")
     (source
      (origin
        (method git-fetch)
@@ -544,7 +544,7 @@ and Game Boy Color games.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00kdi4h2mgcfp86lbshnlax2p9rzdamkva71v27akarp6lixj5d1"))))
+        (base32 "1v070w519l58wfyj2gpaghkaar4c0mpr8rhbkdmpnhb9rp2iajaz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("rgbds" ,rgbds)



reply via email to

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