guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: sameboy: Update to 0.15.6.


From: guix-commits
Subject: 04/04: gnu: sameboy: Update to 0.15.6.
Date: Sat, 8 Oct 2022 15:06:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 68f09d1f91793a6ff6412d9cc88daca148a0b30d
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Oct 7 21:31:05 2022 +0000

    gnu: sameboy: Update to 0.15.6.
    
    * gnu/packages/emulators.scm (sameboy): Update to 0.15.6.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 85912caf7f..38795b703c 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.15.5")
+    (version "0.15.6")
     (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 "0ly9x6cch0wdcnsp0qmrdl6r2h8805jp8hwji3fwswj8rlhxkpa7"))))
+        (base32 "0a2fcsnv7ykj4kk2vpq9jjn8yjrx34n5s186rqvgj3dzm8w6xijs"))))
     (build-system gnu-build-system)
     (native-inputs
      (list rgbds pkg-config))



reply via email to

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