summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-12-26 16:21:07 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-12-26 16:21:07 +0100
commit06f672858c5744cbe6ec65bd8ecb174a650a3d1d (patch)
treee8f731968a3515cb3062ae58ef86af7794481862 /gnu/packages
parenteba63b765c3b731698cbdc9a29d3ae0543a1f6df (diff)
gnu: mgba: Update to 0.10.4.
* gnu/packages/emulators.scm (mgba): Update to 0.10.4. Change-Id: If8953b13752daa071a69ecf9b332cdefe72d1353
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emulators.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index ac8e78a702d..b65c91cdf57 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -746,7 +746,7 @@ The following systems are supported:
746(define-public mgba 746(define-public mgba
747 (package 747 (package
748 (name "mgba") 748 (name "mgba")
749 (version "0.10.3") 749 (version "0.10.4")
750 (source 750 (source
751 (origin 751 (origin
752 (method git-fetch) 752 (method git-fetch)
@@ -756,7 +756,7 @@ The following systems are supported:
756 (file-name (git-file-name name version)) 756 (file-name (git-file-name name version))
757 (sha256 757 (sha256
758 (base32 758 (base32
759 "1h4wsx76kylsn4f4418swbp6zjp1x94dfn751iks1i6i529pfay1")) 759 "0lfn5jhgqb06f1i1b8w8fvbi4fy4k8dvialblwg8h49qjqmf610q"))
760 (modules '((guix build utils))) 760 (modules '((guix build utils)))
761 (snippet 761 (snippet
762 ;; Make sure we don't use the bundled software. 762 ;; Make sure we don't use the bundled software.