diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 01:09:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:31:48 +0200 |
commit | 704c21b3ce78cebbb92923dcce20f3f6a6dd1240 (patch) | |
tree | 9f503ddc4bc1a66b68eaf4e2f454fdb084083d4f | |
parent | 167c5231a5c196bca1bc1e28637030775e6c32c9 (diff) |
gnu: mgba: Update to 0.9.1.
* gnu/packages/emulators.scm (mgba): Update to 0.9.1.
-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 8482f679e2..6ad62c2616 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.9.0") + (version "0.9.1") (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 "16v08m9irping65d94vb5skp4m6nc63zj6bfajbzhmf944dswmi5")) + (base32 "163azad5y4zxwzxyrb481rwfc2p86v99pf7nvdr6bavzq98x2z8h")) (modules '((guix build utils))) (snippet ;; Make sure we don't use the bundled software. |