arunisaac pushed a commit to branch master
in repository guix.

commit d33afa26b49ac7b0b8a475f3b0977709cea6eff6
Author: Arun Isaac <[email protected]>
Date:   Wed Dec 4 19:55:17 2019 +0530

    gnu: geos: Update to 3.8.0.
    
    * gnu/packages/geo.scm (geos): Update to 3.8.0.
---
 gnu/packages/geo.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 278ece0..b6948a4 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2017, 2018 Björn Höfling <[email protected]>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2018 Arun Isaac <[email protected]>
+;;; Copyright © 2018, 2019 Arun Isaac <[email protected]>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <[email protected]>
 ;;; Copyright © 2018, 2019 Julien Lepiller <[email protected]>
 ;;; Copyright © 2019 Guillaume Le Vaillant <[email protected]>
@@ -77,7 +77,7 @@
 (define-public geos
   (package
     (name "geos")
-    (version "3.7.1")
+    (version "3.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://download.osgeo.org/geos/geos-";
@@ -85,7 +85,7 @@
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1312m02xk4sp6f1xdpb9w0ic0zbxg90p5y66qnwidl5fksscf1h0"))))
+                "1mb2v9fy1gnbjhcgv0xny11ggfb17vkzsajdyibigwsxr4ylq4cr"))))
     (build-system gnu-build-system)
     (arguments `(#:phases
                  (modify-phases %standard-phases

Reply via email to