guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: retroarch: Update to 1.6.9.


From: Marius Bakke
Subject: 06/06: gnu: retroarch: Update to 1.6.9.
Date: Tue, 21 Nov 2017 16:08:24 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d280a0faeaba67be03a37b49a300bafb5b9a3e8f
Author: Rutger Helling <address@hidden>
Date:   Tue Nov 21 20:05:48 2017 +0100

    gnu: retroarch: Update to 1.6.9.
    
    * gnu/packages/games.scm (retroarch): Update to 1.6.9.
    
    Signed-off-by: Marius Bakke <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 816e528..73ffa74 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1346,7 +1346,7 @@ either by Infocom or created using the Inform compiler.")
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.6.8")
+    (version "1.6.9")
     (source
      (origin
        (method url-fetch)
@@ -1354,7 +1354,7 @@ either by Infocom or created using the Inform compiler.")
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "129w73jz2c2jwm8cxv8q9d0jacdsam5x91gvydlcy8asd2dyhpn5"))))
+        (base32 "1d3qbph59d43k10mprqm8h23143yji5mwjkciwynwa4xvsgydpb6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests



reply via email to

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