me
/
guix
Archived
1
0
Fork 0

gnu: mgba: Update to 0.10.2.

* gnu/packages/emulators.scm (mgba): Update to 0.10.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
altadil 2023-05-26 17:17:01 +00:00 committed by Nicolas Goaziou
parent 7f3b9bc429
commit de4bf11c6e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 4 deletions

View File

@ -725,7 +725,7 @@ The following systems are supported:
(define-public mgba (define-public mgba
(package (package
(name "mgba") (name "mgba")
(version "0.10.1") (version "0.10.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -734,7 +734,8 @@ The following systems are supported:
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0pqfjsr9q61a3mgmvqxxkalxb838k46q9ilz31frpcvvndif0sm1")) (base32
"1wwpjcblp2c1svab4z1if5xb7707wsy6zw590lwdz9za35i0h37q"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Make sure we don't use the bundled software. ;; Make sure we don't use the bundled software.
@ -750,8 +751,7 @@ The following systems are supported:
#:configure-flags #:configure-flags
(list "-DUSE_LZMA=OFF" ;do not use bundled LZMA (list "-DUSE_LZMA=OFF" ;do not use bundled LZMA
"-DUSE_LIBZIP=OFF"))) ;use "zlib" instead "-DUSE_LIBZIP=OFF"))) ;use "zlib" instead
(native-inputs (native-inputs (list pkg-config qttools-5))
(list pkg-config qttools-5))
(inputs (inputs
(list ffmpeg (list ffmpeg
libedit libedit