summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-04 12:11:20 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-04 13:51:53 +0100
commit0c748bee76afb2424f066548490ed2853d2643a3 (patch)
tree9ed63112285dad641ca1721a2a0e1f1b37179e53 /gnu
parent2a2fed74f5b904a1d3326cb82560a65951174046 (diff)
gnu: libspatialindex: Update to 2.0.0 and enable tests.
* gnu/packages/geo.scm (libspatialindex): Update to 2.0.0. [arguments]: Remove field. Change-Id: I668231e82c889c1ff1ac7f9da3bb0d51a8618596
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/geo.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d99f8a49ec5..cdd5a91e492 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2611,7 +2611,7 @@ volunteers.")
2611(define-public libspatialindex 2611(define-public libspatialindex
2612 (package 2612 (package
2613 (name "libspatialindex") 2613 (name "libspatialindex")
2614 (version "1.9.3") 2614 (version "2.0.0")
2615 (source 2615 (source
2616 (origin 2616 (origin
2617 (method url-fetch) 2617 (method url-fetch)
@@ -2620,8 +2620,7 @@ volunteers.")
2620 version ".tar.bz2")) 2620 version ".tar.bz2"))
2621 (sha256 2621 (sha256
2622 (base32 2622 (base32
2623 "02n5vjcyk04w0djidyp21hfbxfpbbara8ifd9nml6158rwqr8lja")))) 2623 "19g9h9dnb2zwmjinkg2z0gfgsjncmw8ipaqib03n6sj0mpf3z7ll"))))
2624 (arguments (list #:tests? #f))
2625 (build-system cmake-build-system) 2624 (build-system cmake-build-system)
2626 (home-page "https://libspatialindex.org") 2625 (home-page "https://libspatialindex.org")
2627 (synopsis "Spatial indexing library") 2626 (synopsis "Spatial indexing library")