ngz pushed a commit to branch master
in repository guix.

commit 06f672858c5744cbe6ec65bd8ecb174a650a3d1d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Dec 26 16:21:07 2024 +0100

    gnu: mgba: Update to 0.10.4.
    
    * gnu/packages/emulators.scm (mgba): Update to 0.10.4.
    
    Change-Id: If8953b13752daa071a69ecf9b332cdefe72d1353
---
 gnu/packages/emulators.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index ac8e78a702..b65c91cdf5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -746,7 +746,7 @@ The following systems are supported:
 (define-public mgba
   (package
     (name "mgba")
-    (version "0.10.3")
+    (version "0.10.4")
     (source
      (origin
        (method git-fetch)
@@ -756,7 +756,7 @@ The following systems are supported:
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1h4wsx76kylsn4f4418swbp6zjp1x94dfn751iks1i6i529pfay1"))
+         "0lfn5jhgqb06f1i1b8w8fvbi4fy4k8dvialblwg8h49qjqmf610q"))
        (modules '((guix build utils)))
        (snippet
         ;; Make sure we don't use the bundled software.

Reply via email to