gnu: spatialite-tools: Update to 5.1.0a.

* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0a.

Change-Id: I2dd09003d090db692d6056402cef55e1c1203684
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Felix Gruber 2023-12-28 19:40:54 +00:00 committed by Guillaume Le Vaillant
parent 6a7db35524
commit d4cef7edff
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2329,7 +2329,7 @@ (define-public shapelib
(define-public spatialite-tools
(package
(name "spatialite-tools")
(version "5.1.0")
(version "5.1.0a")
(source
(origin
(method url-fetch)
@ -2337,7 +2337,7 @@ (define-public spatialite-tools
"spatialite-tools-sources/"
"spatialite-tools-" version ".tar.gz"))
(sha256
(base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
(base32 "1kh1amab452m3801knmpn1jcg27axakb90gd8fxwv240irsk97hi"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))