guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: postgis: Update to 3.1.2.


From: guix-commits
Subject: 02/07: gnu: postgis: Update to 3.1.2.
Date: Fri, 25 Jun 2021 13:44:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b8418eeed4b561447aa9b8c58b65e2e0b2917e14
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 25 15:52:45 2021 +0200

    gnu: postgis: Update to 3.1.2.
    
    * gnu/packages/geo.scm (postgis): Update to 3.1.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 546be33..1dc2f32 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -973,14 +973,14 @@ Shapely capabilities
 (define-public postgis
   (package
     (name "postgis")
-    (version "3.1.1")
+    (version "3.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.osgeo.org/postgis/source/postgis-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0z9a39243fv37mansbbjq5mmxpnhr7xzn8pv92fr7dkdb3psz5hf"))))
+                "0ch7gry8a1i9114mlhklxryn7ja3flsz6pxj9r5p09k92xh3gp9c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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