summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2023-12-28 19:40:54 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2023-12-29 10:30:44 +0100
commitd4cef7edffe0283949fc0f06d7796cea3543b92f (patch)
treecb82cd2ece7d5e739cb1dde4e1b7645431f11040
parent6a7db35524344c7728d655789c9075bd2e78f88d (diff)
downloadguix-d4cef7edffe0283949fc0f06d7796cea3543b92f.tar.gz
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>
-rw-r--r--gnu/packages/geo.scm4
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))