guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: sameboy: Update to 0.15.


From: guix-commits
Subject: 01/06: gnu: sameboy: Update to 0.15.
Date: Thu, 7 Jul 2022 17:17:11 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 6cc559b47dc29d54bab2a3afc9049673cdaeeced
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Tue Jul 5 18:58:23 2022 +0000

    gnu: sameboy: Update to 0.15.
    
    * gnu/packages/emulators.scm (sameboy): Update to 0.15.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 323909ac12..8a5514b465 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -773,7 +773,7 @@ and Game Boy Color games.")
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.14.7")
+    (version "0.15")
     (source
      (origin
        (method git-fetch)
@@ -782,7 +782,7 @@ and Game Boy Color games.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1r391jdh0gjnx8bwmr63dcdmq58lpm162mng2ncrx53ydbb13xxf"))))
+        (base32 "0rhl9khc5pxbikjsq4aha5cpqfxf3bnxalc94idd4haw0zf892q9"))))
     (build-system gnu-build-system)
     (native-inputs
      (list rgbds pkg-config))



reply via email to

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