guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: libtiff: Update to 4.4.0.


From: guix-commits
Subject: 02/05: gnu: libtiff: Update to 4.4.0.
Date: Mon, 27 Jun 2022 13:17:00 -0400 (EDT)

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

commit 06747aa5b04c1b1d12a6f90dab605e926cc03d9c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 27 11:27:22 2022 +0200

    gnu: libtiff: Update to 4.4.0.
    
    * gnu/packages/image.scm (libtiff): Update to 4.4.0.
    [source](uri): Switch to .xz tarball.
---
 gnu/packages/image.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

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