diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-10-03 08:25:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-03 17:12:11 +0200 |
commit | 0750cf7ebd779d3c52e160a663eb2a7e4d1a3515 (patch) | |
tree | c4a07ae419f6de72d5560c82a6e8bbd0366bee3f /gnu | |
parent | c971d9ef29a22f99565a92e55cacf1b06c8d1011 (diff) | |
download | guix-0750cf7ebd779d3c52e160a663eb2a7e4d1a3515.tar guix-0750cf7ebd779d3c52e160a663eb2a7e4d1a3515.tar.gz |
gnu: mgba: Update to 0.6.1.
* gnu/packages/games.scm (mgba): Update to 0.6.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index aef6f01215..7729c5b3bd 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3045,7 +3045,7 @@ Super Game Boy, BS-X Satellaview, and Sufami Turbo.") (define-public mgba (package (name "mgba") - (version "0.6.0") + (version "0.6.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/mgba-emu/mgba/archive/" @@ -3053,7 +3053,7 @@ Super Game Boy, BS-X Satellaview, and Sufami Turbo.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "01zy2w5pihlkrmbm51icgyff6iqyqa5ha6qrm4aj8ibzznz03kyq")) + "0xmq1q1j71hnpd49wm91cqq8w5zdhb921cm17jchp4qjmaqgwy3w")) (modules '((guix build utils))) (snippet ;; Make sure we don't use the bundled software. |