python311Packages.scikit-build-core: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-01-27 19:06:42 +00:00 committed by Dmitry Kalinkin
parent ca4179166e
commit 3ce7f9e4f5

View File

@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "scikit-build-core";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
src = fetchPypi {
pname = "scikit_build_core";
inherit version;
hash = "sha256-hffyRpxWjGzjWrL6Uv4tJqBODeUH06JMGrtyg3Vlf9M=";
hash = "sha256-WAW/iYSXOemY/BuupG5WVVZi8cnZfEF8PgOHAtZTr+M=";
};
postPatch = lib.optionalString (pythonOlder "3.11") ''