all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28683] [PATCH] gnu: mgba: Update to 0.6.1.
@ 2017-10-03  6:56 Rutger Helling
  2017-10-03 15:14 ` bug#28683: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-10-03  6:56 UTC (permalink / raw)
  To: 28683


[-- Attachment #1.1: Type: text/plain, Size: 52 bytes --]

Here's a patch to update mgba to the latest version.

[-- Attachment #1.2: Type: text/html, Size: 239 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-mgba-Update-to-0.6.1.patch --]
[-- Type: text/x-diff; name=0001-gnu-mgba-Update-to-0.6.1.patch, Size: 1234 bytes --]

From 42056f81fb1b304dcd5e35fb86ca0ab82f096682 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 3 Oct 2017 08:25:28 +0200
Subject: [PATCH] gnu: mgba: Update to 0.6.1.

---
 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 aef6f0121..7729c5b3b 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.
-- 
2.14.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28683: [PATCH] gnu: mgba: Update to 0.6.1.
  2017-10-03  6:56 [bug#28683] [PATCH] gnu: mgba: Update to 0.6.1 Rutger Helling
@ 2017-10-03 15:14 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-10-03 15:14 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 28683-done

Rutger Helling <rhelling@mykolab.com> skribis:

> From 42056f81fb1b304dcd5e35fb86ca0ab82f096682 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Tue, 3 Oct 2017 08:25:28 +0200
> Subject: [PATCH] gnu: mgba: Update to 0.6.1.
>
> ---
>  gnu/packages/games.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

I filled in the commit log and committed.  Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-03 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-03  6:56 [bug#28683] [PATCH] gnu: mgba: Update to 0.6.1 Rutger Helling
2017-10-03 15:14 ` bug#28683: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.