me
/
guix
Archived
1
0
Fork 0

gnu: libtiff: Update to 4.4.0.

* gnu/packages/image.scm (libtiff): Update to 4.4.0.
[source](uri): Switch to .xz tarball.
master
Marius Bakke 2022-06-27 11:27:22 +02:00
parent 8b13d38fac
commit 06747aa5b0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -564,15 +564,15 @@ extracting icontainer icon files.")
(define-public libtiff (define-public libtiff
(package (package
(name "libtiff") (name "libtiff")
(version "4.3.0") (version "4.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.osgeo.org/libtiff/tiff-" (uri (string-append "https://download.osgeo.org/libtiff/tiff-"
version ".tar.gz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1j3snghqjbhwmnm5vz3dr1zm68dj15mgbx1wqld7vkl7n2nfaihf")))) "1h8xrcpbyf9id2hw2ms0cmpgx0li8gladjzj82ycgk28018pnc29"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" (outputs '("out"
"doc")) ;1.8 MiB of HTML documentation "doc")) ;1.8 MiB of HTML documentation