diff options
author | Felix Gruber <felgru@posteo.net> | 2023-12-28 19:40:54 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-12-29 10:30:44 +0100 |
commit | d4cef7edffe0283949fc0f06d7796cea3543b92f (patch) | |
tree | cb82cd2ece7d5e739cb1dde4e1b7645431f11040 /gnu/packages/geo.scm | |
parent | 6a7db35524344c7728d655789c9075bd2e78f88d (diff) |
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>
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |