guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: retroarch: Update to 1.3.1.


From: ???
Subject: 01/01: gnu: retroarch: Update to 1.3.1.
Date: Thu, 18 Feb 2016 09:37:01 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 83f64925ae27f0f6dff2be392b18e19823044276
Author: 宋文武 <address@hidden>
Date:   Thu Feb 18 17:04:04 2016 +0800

    gnu: retroarch: Update to 1.3.1.
    
    * gnu/packages/games.scm (retroarch): Update to 1.3.1.
---
 gnu/packages/games.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0766a86..8a0b395 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -847,7 +847,7 @@ either by Infocom or created using the Inform compiler.")
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.2.2")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
@@ -855,7 +855,7 @@ either by Infocom or created using the Inform compiler.")
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1bxr8yhk3ad4df544qljsfjfhxa8zy1grq7rn1s02yfvdmgzf4qi"))))
+        (base32 "1wydzvligyby05x8c4lpg6xcnw9qkmvkskyhzc28xq10vm3q57fv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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