summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-01-19 13:09:57 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2022-01-19 14:10:35 +0100
commit15bcecc5a75e1ffe16e95df892a1b0e1a21fc242 (patch)
tree4152998288fcf8bbaf969675a5b2981e121b5af2
parentd73ef8bad8d19774241b8e5c4aa7bd5e3f5f7a34 (diff)
downloadguix-patches-15bcecc5a75e1ffe16e95df892a1b0e1a21fc242.tar
guix-patches-15bcecc5a75e1ffe16e95df892a1b0e1a21fc242.tar.gz
gnu: gdal: Update to 3.3.3.
* gnu/packages/geo.scm (gdal): Update to 3.3.3.
-rw-r--r--gnu/packages/geo.scm4
1 files 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