guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: postgis: Update to 3.1.1.


From: guix-commits
Subject: branch master updated: gnu: postgis: Update to 3.1.1.
Date: Tue, 09 Feb 2021 04:49:22 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 47df463  gnu: postgis: Update to 3.1.1.
47df463 is described below

commit 47df46339343153804093cdc37c6bb19f6a3968f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Feb 9 10:45:43 2021 +0100

    gnu: postgis: Update to 3.1.1.
    
    * gnu/packages/geo.scm (postgis): Update to 3.1.1.
      [inputs]: Add protobuf-c.
---
 gnu/packages/geo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 5d4a2ba..4747791 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -848,14 +848,14 @@ utilities for data translation and processing.")
 (define-public postgis
   (package
     (name "postgis")
-    (version "3.0.3")
+    (version "3.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.osgeo.org/postgis/source/postgis-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "05s8cx1rlysiq7dd44kf7cid0la61a4p895j9g95bvfb8v8dpzh7"))))
+                "0z9a39243fv37mansbbjq5mmxpnhr7xzn8pv92fr7dkdb3psz5hf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
@@ -880,6 +880,7 @@ utilities for data translation and processing.")
        ("libxml2" ,libxml2)
        ("pcre" ,pcre)
        ("postgresql" ,postgresql)
+       ("protobuf-c" ,protobuf-c)
        ("proj" ,proj)))
     (native-inputs
      `(("perl" ,perl)



reply via email to

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