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


From: guix-commits
Subject: branch master updated: gnu: sameboy: Update to 0.15.8.
Date: Thu, 08 Dec 2022 21:19:19 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f58978868a gnu: sameboy: Update to 0.15.8.
f58978868a is described below

commit f58978868aa39cfa644d2f311aa2418f21208f31
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Dec 8 20:50:07 2022 +0000

    gnu: sameboy: Update to 0.15.8.
    
    * gnu/packages/emulators.scm (sameboy): Update to 0.15.8.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 28d3e0ca9a..5054ae3da5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -777,7 +777,7 @@ and Game Boy Color games.")
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.15.6")
+    (version "0.15.8")
     (source
      (origin
        (method git-fetch)
@@ -786,7 +786,7 @@ and Game Boy Color games.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a2fcsnv7ykj4kk2vpq9jjn8yjrx34n5s186rqvgj3dzm8w6xijs"))))
+        (base32 "11qz5lamwxgvlh4dc95xd4m8hrypjj3bvha51zg9l454hxlvw4j8"))))
     (build-system gnu-build-system)
     (native-inputs
      (list rgbds pkg-config))



reply via email to

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