python3Packages.scikit-build-core: 0.1.3 -> 0.1.5

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:46 +01:00
parent 1a4a453473
commit 9df08f2c6c

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "scikit-build-core";
version = "0.1.3";
version = "0.1.5";
format = "pyproject";
src = fetchPypi {
pname = "scikit_build_core";
inherit version;
hash = "sha256-qkVj7fS2+JB8mpJ788vTw4jhD/TGtZAMtCiBlmjbFM8=";
hash = "sha256-OUS/QOaBd0DDBrDk8c3LzFrPVrVF65EJQPRjGtnUmjU=";
};
postPatch = ''