mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-scikit-build-core: Update to 0.11.2.
* gnu/packages/python-science.scm (python-scikit-build-core): Update to 0.11.2. Change-Id: I66d04ba5ed89d3a9eb57df1e9491b8170d5b1571
This commit is contained in:
parent
8a7871ccc7
commit
a786cd333c
1 changed files with 2 additions and 2 deletions
|
@ -694,13 +694,13 @@ genetic variation data.")
|
||||||
(define-public python-scikit-build-core
|
(define-public python-scikit-build-core
|
||||||
(package
|
(package
|
||||||
(name "python-scikit-build-core")
|
(name "python-scikit-build-core")
|
||||||
(version "0.10.7")
|
(version "0.11.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "scikit_build_core" version))
|
(uri (pypi-uri "scikit_build_core" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1y64d8rl39banfwdkszyd4sbzp795q8lj66yxrz2l84mwygvbjq4"))))
|
(base32 "0baaava7jvc69r5j803vjxvf2cnx0f3gjhqalipp7l4d1cgwg3vp"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
;; Tests are aborted with the admonition: "setup.py install is
|
;; Tests are aborted with the admonition: "setup.py install is
|
||||||
;; deprecated. Use build and pip and other standards-based tools."
|
;; deprecated. Use build and pip and other standards-based tools."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue