This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0c748bee76 gnu: libspatialindex: Update to 2.0.0 and enable tests.
0c748bee76 is described below

commit 0c748bee76afb2424f066548490ed2853d2643a3
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Mar 4 12:11:20 2026 +0100

    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
---
 gnu/packages/geo.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index d99f8a49ec..cdd5a91e49 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2611,7 +2611,7 @@ volunteers.")
 (define-public libspatialindex
   (package
     (name "libspatialindex")
-    (version "1.9.3")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
@@ -2620,8 +2620,7 @@ volunteers.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "02n5vjcyk04w0djidyp21hfbxfpbbara8ifd9nml6158rwqr8lja"))))
-    (arguments (list #:tests? #f))
+         "19g9h9dnb2zwmjinkg2z0gfgsjncmw8ipaqib03n6sj0mpf3z7ll"))))
     (build-system cmake-build-system)
     (home-page "https://libspatialindex.org";)
     (synopsis "Spatial indexing library")

Reply via email to