From d4cef7edffe0283949fc0f06d7796cea3543b92f Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Thu, 28 Dec 2023 19:40:54 +0000 Subject: 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 --- gnu/packages/geo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/geo.scm') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index fd6bbb003a..053ea40408 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -2329,7 +2329,7 @@ associated attribute file (@file{.dbf}).") (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 @@ associated attribute file (@file{.dbf}).") "spatialite-tools-sources/" "spatialite-tools-" version ".tar.gz")) (sha256 - (base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z")))) + (base32 "1kh1amab452m3801knmpn1jcg27axakb90gd8fxwv240irsk97hi")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) -- cgit v1.2.3