python310Packages.scikit-build-core: 0.5.0 -> 0.5.1
This commit is contained in:
parent
de635523b0
commit
f19166f1cb
1 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "scikit-build-core";
|
pname = "scikit-build-core";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "scikit_build_core";
|
pname = "scikit_build_core";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-pCqVAps0tc+JKFU0LZuURcd0y3l/yyTI/EwvtCsY38o=";
|
hash = "sha256-xtrVpRJ7Kr+qI8uR0jrCEFn9d83fcSKzP9B3kQJNz78=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue