mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: geos: Update to 3.12.1.
* gnu/packages/geo.scm (geos): Update to 3.12.1. [arguments]: Update 'patch-test-shebangs. Change-Id: I4c5a7dd0ce0e95f813474ff4841a844e63451d24 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
a042bfcd7e
commit
0a1d503b28
1 changed files with 3 additions and 3 deletions
|
@ -434,7 +434,7 @@ (define-public memphis
|
|||
(define-public geos
|
||||
(package
|
||||
(name "geos")
|
||||
(version "3.11.2")
|
||||
(version "3.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://download.osgeo.org/geos/geos-"
|
||||
|
@ -442,7 +442,7 @@ (define-public geos
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k744nwfa5sj4amzsdjxgac83wh6xfb9xi7z5bka7ic1jik7gw5i"))))
|
||||
"00qdk9a4048pzfj2rhzkfw3lvm642znf6kr4x29i3d94494pxsnn"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
@ -450,7 +450,7 @@ (define-public geos
|
|||
'unpack 'patch-test-shebangs
|
||||
(lambda _
|
||||
(substitute* '("tests/xmltester/testrunner.sh"
|
||||
"tests/geostest/testrunner.sh")
|
||||
"tests/xmltester/safe_to_xml.sh")
|
||||
(("/bin/sh") (which "sh"))))))))
|
||||
(inputs
|
||||
(list glib))
|
||||
|
|
Loading…
Reference in a new issue