diff options
author | Felix Gruber <felgru@posteo.net> | 2022-12-17 13:12:37 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-12-20 17:50:26 +0100 |
commit | d8231432c57a3d8d8def39c2effd45221794bb6f (patch) | |
tree | 43786b73a3a08458a123d9706c20de60b0b4c448 | |
parent | d30ad6ff5c4c4fbcaa9821f4e04a90d601642506 (diff) | |
download | guix-d8231432c57a3d8d8def39c2effd45221794bb6f.tar.gz |
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>
-rw-r--r-- | gnu/packages/geo.scm | 5 |
1 files 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 |