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:
Nikolay Korotkiy 2022-08-17 12:23:43 +03:00 committed by Mathieu Othacehe
parent a0d3412468
commit 94528ffacd
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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