guix-devel
[Top][All Lists]
Advanced

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

[PATCH 1/2] gnu: colordiff: Add alternate URL.


From: Leo Famulari
Subject: [PATCH 1/2] gnu: colordiff: Add alternate URL.
Date: Thu, 24 Dec 2015 01:14:45 -0500

* gnu/packages/patchutils.scm (colordiff)[source]: Add alternate URL.
---
 gnu/packages/patchutils.scm | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 319ccb2..89cc667 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Eric Bavier <address@hidden>
+;;; Copyright © 2015 Leo Famulari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -151,12 +152,15 @@ refreshed, and more.")
     (name "colordiff")
     (version "1.0.13")
     (source
-     (origin
-      (method url-fetch)
-      (uri (string-append "http://www.colordiff.org/colordiff-";
-                          version ".tar.gz"))
+      (origin
+        (method url-fetch)
+        (uri (list (string-append "http://www.colordiff.org/archive/colordiff-";
+                                  version ".tar.gz")
+                   (string-append "http://www.colordiff.org/colordiff-";
+                                  version ".tar.gz")))
       (sha256
-       (base32 "0akcz1p3klsjnhwcqdfq4grs6paljc5c0jzr3mqla5f862hhaa6f"))))
+       (base32
+        "0akcz1p3klsjnhwcqdfq4grs6paljc5c0jzr3mqla5f862hhaa6f"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
-- 
2.6.2




reply via email to

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