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:
Felix Gruber 2023-08-12 09:12:02 +00:00 committed by Guillaume Le Vaillant
parent ab373de30c
commit be6f5edd44
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2276,14 +2276,15 @@ (define-public shapelib
(define-public spatialite-tools
(package
(name "spatialite-tools")
(version "5.0.1")
(version "5.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.gaia-gis.it/gaia-sins/"
"spatialite-tools-sources/"
"spatialite-tools-" version ".tar.gz"))
(sha256
(base32 "070p6pg541wvwb28wkn7k0z1qdyirik2qc2jpj4pf0vzx02w414n"))))
(base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))