guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: postgis: Update to 3.0.2.


From: guix-commits
Subject: 05/07: gnu: postgis: Update to 3.0.2.
Date: Tue, 18 Aug 2020 18:01:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c524972606a50d2dcb5f10477c2524591b7fa39f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 18 23:26:32 2020 +0200

    gnu: postgis: Update to 3.0.2.
    
    * gnu/packages/geo.scm (postgis): Update to 3.0.2.
---
 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 e47bbca..ab1d691 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -787,14 +787,14 @@ utilities for data translation and processing.")
 (define-public postgis
   (package
     (name "postgis")
-    (version "3.0.0")
+    (version "3.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.osgeo.org/postgis/source/postgis-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "15557fbk0xkngihwhqsbdyz2ng49blisf5zydw81j0gabk6x4vy0"))))
+                "1jmji8i2wjabkrzqil683lypnmimigdmn64a10j3kj3kzlfn98d3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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