guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: retroarch: Fix hash.


From: Rutger Helling
Subject: 01/01: gnu: retroarch: Fix hash.
Date: Thu, 26 Apr 2018 02:54:16 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit dce50fbc91b89b142b82088465a58f26657df74e
Author: Rutger Helling <address@hidden>
Date:   Thu Apr 26 08:53:01 2018 +0200

    gnu: retroarch: Fix hash.
    
    * gnu/packages/emulators.scm (retroarch): Fix incorrect hash.
---
 gnu/packages/emulators.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 9bf78ce..82283e1 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1051,7 +1051,7 @@ emulation community.  It provides highly accurate 
emulation.")
                            version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1sk3cp8y4rdiyhk2rgk1asdla5mpmybr778v0zqb5m4iyhrd1m2y"))))
+        (base32 "1y9fakr41h6xpddpkj12mcw1kgldvy76nzvxm5jk5v7iyiks4c6k"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests



reply via email to

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