summary refs log tree commit diff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-07-16 23:03:45 +0200
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-07-17 12:16:18 +0200
commitb45be61267c11eb6978a0f758a34ff7781233b43 (patch)
tree2ae26d32f08899816ba4bc5c53f01ad04f0eba81 /gnu/packages/geo.scm
parent1ee584057dfd0453f7d8273cd7fa8d139b5c5dd2 (diff)
downloadguix-b45be61267c11eb6978a0f758a34ff7781233b43.tar.gz
gnu: gdal: Update to 3.1.2.
* gnu/packages/geo.scm (gdal): Update to 3.1.2.
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 d5ccc3cb07..79b6c04a70 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -602,7 +602,7 @@ development.")
 (define-public gdal
   (package
     (name "gdal")
-    (version "3.0.4")
+    (version "3.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -610,7 +610,7 @@ development.")
                      version ".tar.gz"))
               (sha256
                (base32
-                "10symyajj1b7j98f889lqxxbmhcyvlhq9gg0l42h69bv22wx45gw"))
+                "1p6nmlsr8wbyq350pa6c22vrp98dcsa7yjnqsbhdbp74yj53nw9r"))
               (modules '((guix build utils)))
               (snippet
                 `(begin