guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libtiff: Download over HTTP.


From: Leo Famulari
Subject: 01/01: gnu: libtiff: Download over HTTP.
Date: Wed, 3 Jan 2018 13:32:40 -0500 (EST)

lfam pushed a commit to branch core-updates
in repository guix.

commit 9d7d8e71810388985edbc0cb6e6e46e6038ae830
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 3 13:25:52 2018 -0500

    gnu: libtiff: Download over HTTP.
    
    * gnu/packages/image.scm (libtiff)[source]: Use HTTP URL.
---
 gnu/packages/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 9366851..9358b5a 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -394,7 +394,7 @@ extracting icontainer icon files.")
    (source
      (origin
        (method url-fetch)
-       (uri (string-append "ftp://download.osgeo.org/libtiff/tiff-";
+       (uri (string-append "http://download.osgeo.org/libtiff/tiff-";
                            version ".tar.gz"))
        (sha256
         (base32



reply via email to

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