diff mbox series

[bug#68089] gnu: spatialite-tools: Update to 5.1.0a.

Message ID 97b2c78fa946ee5264a37df6804be8f958127a27.1703792454.git.felgru@posteo.net
State New
Headers show
Series [bug#68089] gnu: spatialite-tools: Update to 5.1.0a. | expand

Commit Message

Felix Gruber Dec. 28, 2023, 7:40 p.m. UTC
* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0a.

Change-Id: I2dd09003d090db692d6056402cef55e1c1203684
---
 gnu/packages/geo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 7722da6fa5422c4fec69d6c8b9536c7d6fc3d326

Comments

Guillaume Le Vaillant Dec. 29, 2023, 9:37 a.m. UTC | #1
Patch applied as d4cef7edffe0283949fc0f06d7796cea3543b92f.
Thanks.
diff mbox series

Patch

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 @@  (define-public shapelib
 (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 @@  (define-public spatialite-tools
                            "spatialite-tools-sources/"
                            "spatialite-tools-" version ".tar.gz"))
        (sha256
-        (base32 "1dc3hnqa9ns0ycsac6wyl96pi052y7rrf233lq7sk708ghv30c6z"))))
+        (base32 "1kh1amab452m3801knmpn1jcg27axakb90gd8fxwv240irsk97hi"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))