mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: geos: Update to 3.11.0.
* gnu/packages/geo.scm (geos): Update to 3.11.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
a0d3412468
commit
94528ffacd
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ (define-public memphis
|
|||
(define-public geos
|
||||
(package
|
||||
(name "geos")
|
||||
(version "3.10.2")
|
||||
(version "3.11.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.osgeo.org/geos/geos-"
|
||||
|
@ -225,7 +225,7 @@ (define-public geos
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"05apyh6dvv15fax4xvxa0kr622h4y08w9p3274mlqsrqmjcwbfsh"))))
|
||||
"12l59pxawyizmc4wn20dvjn7aifqwkim4ysmc78h91mayjmqravr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue