[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: geos: Update to 3.7.0.
From: |
Arun Isaac |
Subject: |
01/01: gnu: geos: Update to 3.7.0. |
Date: |
Thu, 4 Oct 2018 10:37:40 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit 68c0a6260fde80a5b11e286e1c964fe8eccb1d41
Author: Arun Isaac <address@hidden>
Date: Thu Oct 4 19:59:35 2018 +0530
gnu: geos: Update to 3.7.0.
* gnu/packages/geo.scm (geos): Update to 3.7.0.
---
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 4275476..4481e21 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -62,7 +62,7 @@
(define-public geos
(package
(name "geos")
- (version "3.6.2")
+ (version "3.7.0")
(source (origin
(method url-fetch)
(uri (string-append "http://download.osgeo.org/geos/geos-"
@@ -70,7 +70,7 @@
".tar.bz2"))
(sha256
(base32
- "0ak5szby29l9l0vy43dm5z2g92xzdky20q1gc1kah1fnhkgi6nh4"))))
+ "1mrz778m6bd1x9k6sha5kld43kalhq79h2lynlx2jx7xjakl3gsg"))))
(build-system gnu-build-system)
(arguments `(#:phases
(modify-phases %standard-phases