From eb42e9b76c545c43c2add450426d38053a1b98a7 Mon Sep 17 00:00:00 2001 From: Spencer King Date: Sat, 7 Mar 2026 17:38:59 -0600 Subject: [PATCH] gnu: sameboy: Update to 1.0.3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/emulators.scm (sameboy): Update to 1.0.3. [inputs]: Add libpng. Closes: guix/guix#6970 Change-Id: I09eee96e72039ab48cbbe43ca0c5bc5a86ec4378 Signed-off-by: 宋文武 --- gnu/packages/emulators.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 8243bc321a..25ac99f20d 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -28,6 +28,7 @@ ;;; Copyright © 2025 Laura Kirsch ;;; Copyright © 2026 Nikita Alkhovik ;;; Copyright © 2026 Justin Veilleux +;;; Copyright © 2026 Spencer King ;;; ;;; 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))