summary refs log tree commit diff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-24 23:45:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-24 23:49:02 +0100
commitd407dd84e498240279b3cb15ed3889d7a31ff919 (patch)
tree80880918742b22ab196f9a458f0ef16b479deb11 /gnu/packages/geo.scm
parent9f2f60d336f83d88e7811ae79793b96dff163b33 (diff)
downloadguix-d407dd84e498240279b3cb15ed3889d7a31ff919.tar.gz
gnu: postgis: Update to 3.0.3.
* gnu/packages/geo.scm (postgis): Update to 3.0.3.
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 395ad4be7a..5908ef4b66 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -788,14 +788,14 @@ utilities for data translation and processing.")
 (define-public postgis
   (package
     (name "postgis")
-    (version "3.0.2")
+    (version "3.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.osgeo.org/postgis/source/postgis-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1jmji8i2wjabkrzqil683lypnmimigdmn64a10j3kj3kzlfn98d3"))))
+                "05s8cx1rlysiq7dd44kf7cid0la61a4p895j9g95bvfb8v8dpzh7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f