guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: postgis: Update to 3.0.3.


From: guix-commits
Subject: 02/02: gnu: postgis: Update to 3.0.3.
Date: Tue, 24 Nov 2020 17:49:46 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d407dd84e498240279b3cb15ed3889d7a31ff919
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 23:45:24 2020 +0100

    gnu: postgis: Update to 3.0.3.
    
    * gnu/packages/geo.scm (postgis): Update to 3.0.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 395ad4b..5908ef4 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]