guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: spatialite-tools: Update to 5.1.0.


From: guix-commits
Subject: 03/03: gnu: spatialite-tools: Update to 5.1.0.
Date: Sun, 13 Aug 2023 09:51:24 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit be6f5edd445850720dfcec2642db643b84fc0645
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Aug 12 09:12:02 2023 +0000

    gnu: spatialite-tools: Update to 5.1.0.
    
    * gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/geo.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d7fb9dbdd1..f5f59d1d99 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2276,14 +2276,15 @@ associated attribute file (@file{.dbf}).")
 (define-public spatialite-tools
   (package
     (name "spatialite-tools")
-    (version "5.0.1")
+    (version "5.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.gaia-gis.it/gaia-sins/";
+                           "spatialite-tools-sources/"
                            "spatialite-tools-" version ".tar.gz"))
        (sha256
-        (base32 "070p6pg541wvwb28wkn7k0z1qdyirik2qc2jpj4pf0vzx02w414n"))))
+        (base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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