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

guix_mirror_bot pushed a commit to branch master
in repository guix.

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

commit d9d1ee002605d2de42d8bb9ec4085bb330278294
Author: Felix Gruber <[email protected]>
AuthorDate: Mon Dec 29 20:12:38 2025 +0000

    gnu: sameboy: Update to 1.0.2.
    
    * gnu/packages/emulators.scm (sameboy): Update to 1.0.2.
    
    Closes: guix/guix#5232
    Change-Id: I66df28e75a1e322a9f1edb16d5a9107a380b3f9e
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/emulators.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 12a1540d55..7e1ce2a797 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
 ;;; Copyright © 2020 Christopher Howard <[email protected]>
 ;;; Copyright © 2021 Felipe Balbi <[email protected]>
-;;; Copyright © 2021, 2024 Felix Gruber <[email protected]>
+;;; Copyright © 2021, 2024, 2025 Felix Gruber <[email protected]>
 ;;; Copyright © 2021, 2024-2025 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2021 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2023 c4droid <[email protected]>
@@ -1158,7 +1158,7 @@ The following systems are supported:
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.16.3")
+    (version "1.0.2")
     (source
      (origin
        (method git-fetch)
@@ -1167,7 +1167,7 @@ The following systems are supported:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jdjg59vzzkbi3c3qaxpsxqx955sb86cd3kcypb0nhjxbnwac1di"))))
+        (base32 "0pwnik37c3sgvib5xbadwbq2mjjvgxilhig09rjb3xp5i1d7ykja"))))
     (build-system gnu-build-system)
     (native-inputs
      (list rgbds pkg-config))

Reply via email to