diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-04-03 11:51:02 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-04-03 11:51:02 +0200 |
commit | 18ffc38730deb5bee43d076115ec7cbb3787252e (patch) | |
tree | 580f78a99e0467c16cf28dc259c4ba191c88ba2e | |
parent | 3ee3fd7b76d15ba6f6d6c94cbb22c7ef8874116e (diff) |
gnu: mgba: Update to 0.9.0.
* gnu/packages/emulators.scm (mgba): Update to 0.9.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 8bfcfc57a7..8482f679e2 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -540,7 +540,7 @@ The following systems are supported: (define-public mgba (package (name "mgba") - (version "0.8.4") + (version "0.9.0") (source (origin (method git-fetch) @@ -549,7 +549,7 @@ The following systems are supported: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0nqj4bnn5c2z1bq4bnbw1wznc0wpmq4sy3w8pipd6n6620b9m4qq")) + (base32 "16v08m9irping65d94vb5skp4m6nc63zj6bfajbzhmf944dswmi5")) (modules '((guix build utils))) (snippet ;; Make sure we don't use the bundled software. |