summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-25 00:20:32 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:14 +0200
commit8195252da9af32a20a29e1fe28c0363dc7daf66f (patch)
tree8d5817f2af7aa81f060466229addb4c4afb13cb9
parentb160f49b59b7ab6f4fda8dfccf4a545a389ed844 (diff)
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.
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3051590fd7..eeac0c2956 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11139,16 +11139,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")