[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: gnu: mgba: Update to 0.6.1.
From: |
Ludovic Courtès |
Subject: |
12/13: gnu: mgba: Update to 0.6.1. |
Date: |
Tue, 3 Oct 2017 11:18:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0750cf7ebd779d3c52e160a663eb2a7e4d1a3515
Author: Rutger Helling <address@hidden>
Date: Tue Oct 3 08:25:28 2017 +0200
gnu: mgba: Update to 0.6.1.
* gnu/packages/games.scm (mgba): Update to 0.6.1.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index aef6f01..7729c5b 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.
- branch master updated (df71c88 -> 3d7a159), Ludovic Courtès, 2017/10/03
- 01/13: doc: Explain why synopses/descriptions must be literal strings., Ludovic Courtès, 2017/10/03
- 09/13: gnu: Add cube., Ludovic Courtès, 2017/10/03
- 02/13: gnu: services: Add cgit., Ludovic Courtès, 2017/10/03
- 07/13: gnu: Add otf2., Ludovic Courtès, 2017/10/03
- 05/13: gnu: cflow: Fix preprocess option., Ludovic Courtès, 2017/10/03
- 10/13: gnu: Add scorep-openmpi., Ludovic Courtès, 2017/10/03
- 06/13: gnu: Add papi., Ludovic Courtès, 2017/10/03
- 03/13: Update e-mail for Theodoros Foradis., Ludovic Courtès, 2017/10/03
- 11/13: gnu: openmpi: Add "debug" output., Ludovic Courtès, 2017/10/03
- 12/13: gnu: mgba: Update to 0.6.1.,
Ludovic Courtès <=
- 08/13: gnu: Add opari2., Ludovic Courtès, 2017/10/03
- 13/13: gnu: qtox: Update to 1.12.0., Ludovic Courtès, 2017/10/03
- 04/13: gnu: android: Add android-udev-rules package., Ludovic Courtès, 2017/10/03