mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 00:08:29 +01:00
gnu: libtiff: Download over HTTP.
* gnu/packages/image.scm (libtiff)[source]: Use HTTP URL.
This commit is contained in:
parent
48342a04ad
commit
9d7d8e7181
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ (define-public libtiff
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue