guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gource: Fix the hashes of mutated GitHub archives.


From: Oleg Pykhalov
Subject: 01/01: gnu: gource: Fix the hashes of mutated GitHub archives.
Date: Thu, 25 Jan 2018 09:17:38 -0500 (EST)

wigust pushed a commit to branch master
in repository guix.

commit 45b486984d8ab092cf002cd0b500df4dc62e186b
Author: Oleg Pykhalov <address@hidden>
Date:   Thu Jan 25 16:58:35 2018 +0300

    gnu: gource: Fix the hashes of mutated GitHub archives.
    
    * gnu/packages/version-control.scm (gource): Fix hash.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e646eee..976849b 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1755,8 +1755,8 @@ network protocols, and core version control algorithms.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://github.com/acaudwell/Gource/archive/";
-                    "gource-" version ".tar.gz"))
+                    "https://github.com/acaudwell/Gource/releases/download";
+                    "/gource-" version "/gource-" version ".tar.gz"))
               (sha256
                (base32
                 "1llqwdnfa1pff8bxk27qsqff1fcg0a9kfdib0rn7p28vl21n1cgj"))))



reply via email to

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