python3Packages.cvxpy: 1.7.4 -> 1.7.5 (#468039)

This commit is contained in:
kirillrdy
2025-12-05 19:55:18 +00:00
committed by GitHub
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "cvxpy";
version = "1.7.4";
version = "1.7.5";
pyproject = true;
src = fetchFromGitHub {
owner = "cvxpy";
repo = "cvxpy";
tag = "v${version}";
hash = "sha256-z/3ErQbYxO4OiJv2AgtuRqtf4zOu/UZxrIcREdG43Hw=";
hash = "sha256-ze9znWob/Asba20AVpNeVCuz7UayiYeW40nc7eZlXHU=";
};
postPatch =
@@ -94,6 +94,6 @@ buildPythonPackage rec {
downloadPage = "https://github.com/cvxpy/cvxpy//releases";
changelog = "https://github.com/cvxpy/cvxpy/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = [ lib.maintainers.GaetanLepage ];
};
}