mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-baycomp: Update to 1.0.3.
* gnu/packages/python-science.scm (python-baycomp): Update to 1.0.3. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. Change-Id: I2249fc981a91ebc175a5e0ff221bb6243126fb6f
This commit is contained in:
parent
d437b9cb46
commit
5b983cd239
1 changed files with 5 additions and 3 deletions
|
@ -2697,14 +2697,16 @@ them.")
|
||||||
(define-public python-baycomp
|
(define-public python-baycomp
|
||||||
(package
|
(package
|
||||||
(name "python-baycomp")
|
(name "python-baycomp")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "baycomp" version))
|
(uri (pypi-uri "baycomp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c1354a7b3g8slychjgyjxqdm8z40z9kviyl9n4g9kfpdg0p4d64"))))
|
(base32 "1v6s4mfr6xzjbv9a2v89hywm6fbv5nii0qczvcfjanvdn7bmmcij"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list python-pytest python-setuptools python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-matplotlib python-numpy python-scipy))
|
(list python-matplotlib python-numpy python-scipy))
|
||||||
(home-page "https://github.com/janezd/baycomp")
|
(home-page "https://github.com/janezd/baycomp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue