python3Packages.scikit-build-core: 0.8.0 -> 0.8.2

https://github.com/scikit-build/scikit-build-core/releases/tag/v0.8.2
This commit is contained in:
Martin Weinelt 2024-03-08 02:42:24 +01:00
parent 4955605140
commit 1391396bb2

View File

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