guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: geos: Update to 3.7.1.


From: guix-commits
Subject: 01/07: gnu: geos: Update to 3.7.1.
Date: Tue, 12 Mar 2019 10:26:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e3df159edca975baa3ae10576be8ecf4c323c854
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 11 22:56:43 2019 +0100

    gnu: geos: Update to 3.7.1.
    
    * gnu/packages/geo.scm (geos): Update to 3.7.1.
---
 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 884f57e..cf4fcee 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -63,7 +63,7 @@
 (define-public geos
   (package
     (name "geos")
-    (version "3.7.0")
+    (version "3.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-";
@@ -71,7 +71,7 @@
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1mrz778m6bd1x9k6sha5kld43kalhq79h2lynlx2jx7xjakl3gsg"))))
+                "1312m02xk4sp6f1xdpb9w0ic0zbxg90p5y66qnwidl5fksscf1h0"))))
     (build-system gnu-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases



reply via email to

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