guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Update retroarch to 1.6.0.


From: Leo Famulari
Subject: 01/01: gnu: Update retroarch to 1.6.0.
Date: Fri, 2 Jun 2017 11:56:17 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 466073c0638208d7f67c0e9e48144cae3bc3e94d
Author: Rutger Helling <address@hidden>
Date:   Fri Jun 2 11:47:43 2017 -0400

    gnu: Update retroarch to 1.6.0.
    
    * gnu/packages/games.scm (retroarch): Update 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 10cf1b1..c199348 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -30,6 +30,7 @@
 ;;; Copyright © 2017 nee <address@hidden>
 ;;; Copyright © 2017 Clément Lassieur <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2017 Rutger Helling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1098,7 +1099,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)
@@ -1106,7 +1107,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]