rekado pushed a commit to branch python-team
in repository guix.
commit 6995bfe6f7f5b5a00fc17b0a7e7a42908355f061
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 00:20:32 2025 +0100
gnu: python-pykdtree: Update to 1.3.9.
* gnu/packages/python-xyz.scm (python-pykdtree): Update to 1.3.9.
[native-inputs]: Remove python-nose. Add python-cython, python-pytest,
python-setuptools, python-wheel.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6372c72a71..25360b9652 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10876,16 +10876,16 @@ the results.")
(define-public python-pykdtree
(package
(name "python-pykdtree")
- (version "1.3.4")
+ (version "1.3.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pykdtree" version))
(sha256
- (base32 "0p8n2ljdacfixkiw092974dmhy4s1c0h032ii1z9kwi9h5h5rgmy"))))
+ (base32 "0q4zrqdn8ad6f710yggkhvx4avf2h1hsbg9qa7ghly54v4vhpgd7"))))
(build-system python-build-system)
(native-inputs
- (list python-nose))
+ (list python-cython python-pytest python-setuptools python-wheel))
(propagated-inputs
(list python-numpy))
(home-page "https://github.com/storpipfugl/pykdtree")