diff options
author | Vinicius Monego <monego@posteo.net> | 2025-03-29 15:14:59 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2025-05-04 08:16:27 -0300 |
commit | a786cd333c738dacdf156752b428f572b31382b0 (patch) | |
tree | a8bd35ae9925984af57058e541545b7d6a07a2bc /gnu/packages/python-science.scm | |
parent | 8a7871ccc7b82058feb3bc9629630e29241a800d (diff) |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 4b00efcaae..e814d483dd 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -694,13 +694,13 @@ genetic variation data.") (define-public python-scikit-build-core (package (name "python-scikit-build-core") - (version "0.10.7") + (version "0.11.2") (source (origin (method url-fetch) (uri (pypi-uri "scikit_build_core" version)) (sha256 - (base32 "1y64d8rl39banfwdkszyd4sbzp795q8lj66yxrz2l84mwygvbjq4")))) + (base32 "0baaava7jvc69r5j803vjxvf2cnx0f3gjhqalipp7l4d1cgwg3vp")))) (build-system pyproject-build-system) ;; Tests are aborted with the admonition: "setup.py install is ;; deprecated. Use build and pip and other standards-based tools." |