summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2022-08-16 12:20:52 +0300
committerMathieu Othacehe <othacehe@gnu.org>2022-08-17 15:22:42 +0200
commit800393bf14026282e60551e9e836e90c3fd32c92 (patch)
treef87961d8b66e51897b66152acbcdc6085ddde4a0 /gnu/packages/geo.scm
parent359fd26fc4a2b7211cd60d76b4a890386dfa8dad (diff)
downloadguix-patches-800393bf14026282e60551e9e836e90c3fd32c92.tar
guix-patches-800393bf14026282e60551e9e836e90c3fd32c92.tar.gz
gnu: gdal: Update to 3.5.1.
* gnu/packages/geo.scm (gdal): Update to 3.5.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/geo.scm')
-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 1b4abdd87e..66c97d3d6a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -941,7 +941,7 @@ development.")
(define-public gdal
(package
(name "gdal")
- (version "3.5.0")
+ (version "3.5.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -949,7 +949,7 @@ development.")
version ".tar.gz"))
(sha256
(base32
- "0h7dgjx8nk3dd17wwqm2yjnaqciyrd2mz9gcjswpcnmap09wbzrs"))
+ "1l93q7xf6qx9ck5axfkf3ygmvclxkvrjd8x00ckn7j0d0750ci3w"))
(modules '((guix build utils)))
(snippet
`(begin