diff options
| author | Felix Gruber <felgru@posteo.net> | 2025-12-29 20:12:38 +0000 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 15:20:24 +0800 |
| commit | d9d1ee002605d2de42d8bb9ec4085bb330278294 (patch) | |
| tree | 92bc10fe2a0a7c6311f99a29104f98e533283346 /gnu | |
| parent | b46bdc0c74b373fd0036f8a80df7c907c9ced5a8 (diff) | |
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: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emulators.scm | 6 |
1 files 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 <kuba@kadziolka.net> ;;; Copyright © 2020 Christopher Howard <christopher@librehacker.com> ;;; Copyright © 2021 Felipe Balbi <balbi@kernel.org> -;;; Copyright © 2021, 2024 Felix Gruber <felgru@posteo.net> +;;; Copyright © 2021, 2024, 2025 Felix Gruber <felgru@posteo.net> ;;; Copyright © 2021, 2024-2025 Maxim Cournoyer <maxim@guixotic.coop> ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2023 c4droid <c4droid@foxmail.com> @@ -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)) |
