gnu: geos: Update to 3.7.0.

* gnu/packages/geo.scm (geos): Update to 3.7.0.
This commit is contained in:
Arun Isaac 2018-10-04 19:59:35 +05:30
parent 0136fbd167
commit 68c0a6260f
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
(define-public geos (define-public geos
(package (package
(name "geos") (name "geos")
(version "3.6.2") (version "3.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://download.osgeo.org/geos/geos-" (uri (string-append "http://download.osgeo.org/geos/geos-"
@ -70,7 +70,7 @@
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0ak5szby29l9l0vy43dm5z2g92xzdky20q1gc1kah1fnhkgi6nh4")))) "1mrz778m6bd1x9k6sha5kld43kalhq79h2lynlx2jx7xjakl3gsg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:phases (arguments `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases