From 45b486984d8ab092cf002cd0b500df4dc62e186b Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Thu, 25 Jan 2018 16:58:35 +0300 Subject: 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 e646eeec17..976849b184 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")))) -- cgit v1.2.3