guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: spatialite-tools: Update to 5.1.0a.


From: guix-commits
Subject: 06/06: gnu: spatialite-tools: Update to 5.1.0a.
Date: Fri, 29 Dec 2023 04:34:23 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d4cef7edffe0283949fc0f06d7796cea3543b92f
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Dec 28 19:40:54 2023 +0000

    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>
---
 gnu/packages/geo.scm | 4 ++--
 1 file 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]