python311Packages.scikit-build-core: 0.4.8 -> 0.5.0

This commit is contained in:
R. Ryantm
2023-09-11 13:06:59 -04:00
committed by Dmitry Kalinkin
parent ade414b6c7
commit 17983f679a
@@ -21,13 +21,13 @@
buildPythonPackage rec {
pname = "scikit-build-core";
version = "0.4.8";
version = "0.5.0";
format = "pyproject";
src = fetchPypi {
pname = "scikit_build_core";
inherit version;
hash = "sha256-n6wcrBo4uhFoGQt72Y9irs8GzUbbcYXsjCeyfg2krUs=";
hash = "sha256-pCqVAps0tc+JKFU0LZuURcd0y3l/yyTI/EwvtCsY38o=";
};
postPatch = ''