python3Packages.ecos: 2.0.13 -> 2.0.14

https://github.com/embotech/ecos-python/releases/tag/v2.0.14
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:17 +02:00
parent 05123d9d3a
commit 01daa23bdf
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ecos";
version = "2.0.13";
version = "2.0.14";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,10 +20,15 @@ buildPythonPackage rec {
owner = "embotech";
repo = "ecos-python";
rev = "refs/tags/v${version}";
hash = "sha256-3NcZBZ7fnwiMelGssa74b5PgmXmNZhP4etNRpyrCkpo=";
hash = "sha256-nfu1FicWr233r+VHxkQf1vqh2y4DGymJRmik8RJYJkA=";
fetchSubmodules = true;
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "numpy >= 2.0.0" numpy
'';
build-system = [ setuptools ];
dependencies = [