all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27189: [PATCH] gnu: Update retroarch to 1.6.0
@ 2017-06-01 10:57 Rutger Helling
  2017-06-02 15:57 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-06-01 10:57 UTC (permalink / raw)
  To: 27189


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

Hi, 

This patch updates retroarch to the latest version.

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

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

From cd26688db773ac27e415433f81e24cfe32281554 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Thu, 1 Jun 2017 12:53:23 +0200
Subject: [PATCH] gnu: Update retroarch to 1.6.0

---
 gnu/packages/games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 60d885500..ccca9f0b3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2017 nee <nee-git@hidamari.blue>
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1097,7 +1098,7 @@ either by Infocom or created using the Inform compiler.")
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.5.0")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
@@ -1105,7 +1106,7 @@ either by Infocom or created using the Inform compiler.")
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1rbdax3i33myg1v938pxy28117ihff2lml1ky6g70c8099fkirjx"))))
+        (base32 "01h9mswlfjk3zpdxwk1ciy5qkq6xq925gvk6wrh8k066b2wx8f8k"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests
-- 
2.13.0


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

* bug#27189: [PATCH] gnu: Update retroarch to 1.6.0
  2017-06-01 10:57 bug#27189: [PATCH] gnu: Update retroarch to 1.6.0 Rutger Helling
@ 2017-06-02 15:57 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-06-02 15:57 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 27189-done

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

On Thu, Jun 01, 2017 at 12:57:22PM +0200, Rutger Helling wrote:
> Hi, 
> 
> This patch updates retroarch to the latest version.

> From cd26688db773ac27e415433f81e24cfe32281554 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Thu, 1 Jun 2017 12:53:23 +0200
> Subject: [PATCH] gnu: Update retroarch to 1.6.0

Thanks! I completed the commit message (please see the manual section
Submitting Patches or refer to the commit log) and pushed as
466073c0638208d7f67c0e9e48144cae3bc3e94d.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-06-02 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-01 10:57 bug#27189: [PATCH] gnu: Update retroarch to 1.6.0 Rutger Helling
2017-06-02 15:57 ` Leo Famulari

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.