mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: geos: Update to 3.7.1.
* gnu/packages/geo.scm (geos): Update to 3.7.1.
This commit is contained in:
parent
75dabac633
commit
e3df159edc
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ (define-module (gnu packages geo)
|
|||
(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 @@ (define-public geos
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mrz778m6bd1x9k6sha5kld43kalhq79h2lynlx2jx7xjakl3gsg"))))
|
||||
"1312m02xk4sp6f1xdpb9w0ic0zbxg90p5y66qnwidl5fksscf1h0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue