diff options
| author | Spencer King <spencer.king@wustl.edu> | 2026-03-07 17:38:59 -0600 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-03-16 15:37:55 +0800 |
| commit | eb42e9b76c545c43c2add450426d38053a1b98a7 (patch) | |
| tree | c6a32a2fdac22ba422690d4c092cfca1b72cd307 | |
| parent | 8887b63a70619d472242e153840e989b560451d4 (diff) | |
gnu: sameboy: Update to 1.0.3.
* gnu/packages/emulators.scm (sameboy): Update to 1.0.3.
[inputs]: Add libpng.
Closes: guix/guix#6970
Change-Id: I09eee96e72039ab48cbbe43ca0c5bc5a86ec4378
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| -rw-r--r-- | gnu/packages/emulators.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 8243bc321a0..25ac99f20d2 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2025 Laura Kirsch <laurakirsch240406@gmail.com> ;;; Copyright © 2026 Nikita Alkhovik <forgoty13@gmail.com> ;;; Copyright © 2026 Justin Veilleux <terramorpha@cock.li> +;;; Copyright © 2026 Spencer King <spencer.king@wustl.edu> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1165,7 +1166,7 @@ The following systems are supported: (define-public sameboy (package (name "sameboy") - (version "1.0.2") + (version "1.0.3") (source (origin (method git-fetch) @@ -1174,12 +1175,12 @@ The following systems are supported: (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pwnik37c3sgvib5xbadwbq2mjjvgxilhig09rjb3xp5i1d7ykja")))) + (base32 "107k6lfh4y9q73azab0r7pb7hs8fwk46537pfc5liqp38blz6ij5")))) (build-system gnu-build-system) (native-inputs (list rgbds pkg-config)) (inputs - (list sdl2)) + (list libpng sdl2)) (arguments `(#:tests? #f ; There are no tests #:make-flags `(,(string-append "CC=" ,(cc-for-target)) |
