From 15bcecc5a75e1ffe16e95df892a1b0e1a21fc242 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 19 Jan 2022 13:09:57 +0100 Subject: gnu: gdal: Update to 3.3.3. * gnu/packages/geo.scm (gdal): Update to 3.3.3. --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 8da4989bf1..6f87375bcc 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -835,7 +835,7 @@ development.") (define-public gdal (package (name "gdal") - (version "3.1.2") + (version "3.3.3") (source (origin (method url-fetch) (uri (string-append @@ -843,7 +843,7 @@ development.") version ".tar.gz")) (sha256 (base32 - "1p6nmlsr8wbyq350pa6c22vrp98dcsa7yjnqsbhdbp74yj53nw9r")) + "0nk09lws1hk873yn5f4wzqfvr82gm4hw3gq8w9g1h0kvf6j5x4i8")) (modules '((guix build utils))) (snippet `(begin -- cgit v1.2.3