mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
b160f49b59
commit
8195252da9
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue