guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: retroarch: Update to 1.7.8.3.


From: guix-commits
Subject: 02/02: gnu: retroarch: Update to 1.7.8.3.
Date: Mon, 9 Sep 2019 02:36:55 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit c10a27a2683afee30c4f0ea22c04ea3212dd3853
Author: Rutger Helling <address@hidden>
Date:   Mon Sep 9 08:33:36 2019 +0200

    gnu: retroarch: Update to 1.7.8.3.
    
    * gnu/packages/emulators.scm (retroarch): Update to 1.7.8.3.
---
 gnu/packages/emulators.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 9ff1cd4..d3feda3 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1054,7 +1054,7 @@ emulation community.  It provides highly accurate 
emulation.")
 (define-public retroarch
   (package
     (name "retroarch")
-    (version "1.7.8")
+    (version "1.7.8.3")
     (source
      (origin
        (method git-fetch)
@@ -1063,7 +1063,7 @@ emulation community.  It provides highly accurate 
emulation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0jwy5winrm87s6xa645fwa47x242r25m6i3rwf10x59448bd19r6"))))
+        (base32 "0lsfiljy6cin3xsxyh80d6y9a77h7h82fcm6k148cd8mndvyxcdn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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