python3Packages.scikit-build: 0.18.0 -> 0.18.1

https://github.com/scikit-build/scikit-build/blob/0.18.1/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:13 +02:00
parent 790af23475
commit 2ef2e260b1
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "scikit-build";
version = "0.18.0";
version = "0.18.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -32,14 +32,14 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "scikit_build";
inherit version;
hash = "sha256-caE69GfRo4UQw0lHhuLttz6tU+qSK95uUZ3FNyqmUJY=";
hash = "sha256-pBUqxaCE1JnCineXvgYo2DZsM24vsOGgY+sy5V78uOc=";
};
patches = [
(fetchpatch2 {
name = "setuptools-70.2.0-compat.patch";
url = "https://github.com/scikit-build/scikit-build/commit/7005897053bc5c71d823c36bbd89bd43121670f1.patch";
hash = "sha256-YGNCS1AXnqHQMd40CDePVNAzLe5gQ/nJxASAZafsxK8=";
name = "setuptools-75.0-compat.patch";
url = "https://github.com/scikit-build/scikit-build/commit/3992485c67331097553ec8f54233c4c295943f70.patch";
hash = "sha256-U34UY+m6RE3c3UN/jGHuR+sRUqTGmG7dT52NWCY7nIE=";
})
];