From d9d1ee002605d2de42d8bb9ec4085bb330278294 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Mon, 29 Dec 2025 20:12:38 +0000 Subject: [PATCH] gnu: sameboy: Update to 1.0.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emulators.scm (sameboy): Update to 1.0.2. Closes: guix/guix#5232 Change-Id: I66df28e75a1e322a9f1edb16d5a9107a380b3f9e Signed-off-by: 宋文武 --- 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 12a1540d5581eaf8f3f31d0242394ea1f650695e..7e1ce2a797f7c4e8f83f7a595e997194dbf308fe 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2020 Christopher Howard ;;; Copyright © 2021 Felipe Balbi -;;; Copyright © 2021, 2024 Felix Gruber +;;; Copyright © 2021, 2024, 2025 Felix Gruber ;;; Copyright © 2021, 2024-2025 Maxim Cournoyer ;;; Copyright © 2021 Guillaume Le Vaillant ;;; Copyright © 2023 c4droid @@ -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))