diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-01-13 22:55:37 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-01-13 22:55:37 +0100 |
commit | ce036e5d727a7afd75057f0b99cae0747ab310bb (patch) | |
tree | 5543fdf25e0291283d05ec03bd741e1b992b8500 /gnu/packages/emulators.scm | |
parent | 55544d6ec053bacff5ca2af6388924472deba103 (diff) | |
download | guix-ce036e5d727a7afd75057f0b99cae0747ab310bb.tar.gz |
gnu: mgba: Update to 0.10.1.
* gnu/packages/emulators.scm (mgba): Update to 0.10.1.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 11d1cda46f..7c04465526 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2015, 2018 David Thompson <dthompson2@worcester.edu> ;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com> ;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2017-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr> +;;; Copyright © 2017-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; Copyright © 2017, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2019 Pierre Neidhardt <mail@ambrevar.xyz> @@ -722,7 +722,7 @@ The following systems are supported: (define-public mgba (package (name "mgba") - (version "0.10.0") + (version "0.10.1") (source (origin (method git-fetch) @@ -731,7 +731,7 @@ The following systems are supported: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "14miy6fgg4dy2pp0w17pnqzizrj6yf468i5l7rswn3yszpd5rn6s")) + (base32 "0pqfjsr9q61a3mgmvqxxkalxb838k46q9ilz31frpcvvndif0sm1")) (modules '((guix build utils))) (snippet ;; Make sure we don't use the bundled software. |