guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: gdal: Update to 3.6.1.


From: guix-commits
Subject: 06/08: gnu: gdal: Update to 3.6.1.
Date: Tue, 20 Dec 2022 11:59:13 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d8231432c57a3d8d8def39c2effd45221794bb6f
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Dec 17 13:12:37 2022 +0000

    gnu: gdal: Update to 3.6.1.
    
    * gnu/packages/geo.scm (gdal): Update to 3.6.1.
      [inputs]: Add libjxl.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/geo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index cc537ee179..78427f03eb 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1046,7 +1046,7 @@ development.")
 (define-public gdal
   (package
     (name "gdal")
-    (version "3.5.1")
+    (version "3.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1054,7 +1054,7 @@ development.")
                      version ".tar.gz"))
               (sha256
                (base32
-                "1l93q7xf6qx9ck5axfkf3ygmvclxkvrjd8x00ckn7j0d0750ci3w"))
+                "1qckwnygszxkkq40bf87s3m1sab6jj9jyakdvskh0qf7dq8zjarf"))
               (modules '((guix build utils)))
               (snippet
                 `(begin
@@ -1084,6 +1084,7 @@ development.")
            json-c
            libgeotiff
            libjpeg-turbo
+           libjxl
            libpng
            libtiff
            libwebp



reply via email to

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