python310Packages.scikit-build-core: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2023-10-16 03:21:25 +00:00 committed by Dmitry Kalinkin
parent de635523b0
commit f19166f1cb

View file

@ -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 = ''