mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: spatialite-tools: Update to 5.1.0.
* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
ab373de30c
commit
be6f5edd44
1 changed files with 3 additions and 2 deletions
|
@ -2276,14 +2276,15 @@ (define-public shapelib
|
||||||
(define-public spatialite-tools
|
(define-public spatialite-tools
|
||||||
(package
|
(package
|
||||||
(name "spatialite-tools")
|
(name "spatialite-tools")
|
||||||
(version "5.0.1")
|
(version "5.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
|
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
|
||||||
|
"spatialite-tools-sources/"
|
||||||
"spatialite-tools-" version ".tar.gz"))
|
"spatialite-tools-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "070p6pg541wvwb28wkn7k0z1qdyirik2qc2jpj4pf0vzx02w414n"))))
|
(base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue