diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-13 11:34:56 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-13 12:53:08 +0200 |
commit | 6bb130d64b6f347efec142a9d468cd62644cfef3 (patch) | |
tree | d826dacd04cd08e2204edcd3f5e6121757a096e6 | |
parent | 7ca86fdf2054b6c117cd54996ad44f0eec4236d8 (diff) | |
download | guix-6bb130d64b6f347efec142a9d468cd62644cfef3.tar.gz guix-6bb130d64b6f347efec142a9d468cd62644cfef3.zip |
gnu: mgba: Update to 0.10.0.
* gnu/packages/emulators.scm (mgba): Update to 0.10.0.
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 38795b703c..3528a24a0e 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -718,7 +718,7 @@ The following systems are supported: (define-public mgba (package (name "mgba") - (version "0.9.3") + (version "0.10.0") (source (origin (method git-fetch) @@ -727,7 +727,7 @@ The following systems are supported: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1bg4ax5gjkr6d4cpzsgzv3bpa3i2c2b1ckwrjklqiy835b5ni6yi")) + (base32 "14miy6fgg4dy2pp0w17pnqzizrj6yf468i5l7rswn3yszpd5rn6s")) (modules '((guix build utils))) (snippet ;; Make sure we don't use the bundled software. |