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 79b90ada7a gnu: python-rtree: Update to 1.4.1.
79b90ada7a is described below

commit 79b90ada7ad00f19837c57529b4d06b8162ff214
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Feb 7 16:53:09 2026 +0100

    gnu: python-rtree: Update to 1.4.1.
    
    * gnu/packages/geo.scm (python-rtree): Update to 1.4.1.
    
    Change-Id: Ia4ef71f518e3b8ab24a2bf8b74a1172b687b8552
---
 gnu/packages/geo.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 8721d807ba..977ceeee0e 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2657,13 +2657,13 @@ from multiple records.")
 (define-public python-rtree
   (package
     (name "python-rtree")
-    (version "1.0.1")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "Rtree" version))
+       (uri (pypi-uri "rtree" version))
        (sha256
-        (base32 "0aalh07fyf6vpr0a6zswnqvvrjhyic1zg6w4bl368fihkilj2892"))))
+        (base32 "0ijyhw8giab5824ppcrhkks9pkc7zkzczihcafz7xrc111av7cf6"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:phases

Reply via email to