guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: postgis: Update to 2.4.8.


From: guix-commits
Subject: 01/01: gnu: postgis: Update to 2.4.8.
Date: Sun, 27 Oct 2019 17:45:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6d18427fa5388e19f37ddeda13754fa10e8f7c55
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 27 22:45:23 2019 +0100

    gnu: postgis: Update to 2.4.8.
    
    * gnu/packages/geo.scm (postgis): Update to 2.4.8.
---
 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 bb9f897..5796db3 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -634,14 +634,14 @@ utilities for data translation and processing.")
 (define-public postgis
   (package
     (name "postgis")
-    (version "2.4.4")
+    (version "2.4.8")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.osgeo.org/postgis/source/postgis-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1hm8migjb53cymp4qvg1h20yqllmy9f7x0awv5450391i6syyqq6"))))
+                "0nanza15xzfhbpbq49p1xqz96dgbsam5332y9zj6snmz2mq685ll"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f



reply via email to

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