python3Packages.cvxpy: 1.8.1 -> 1.8.2

Diff: https://github.com/cvxpy/cvxpy/compare/v1.8.1...v1.8.2

Changelog: https://github.com/cvxpy/cvxpy/releases/tag/v1.8.2
This commit is contained in:
Gaetan Lepage
2026-03-22 22:32:19 +00:00
parent 5550d21dfb
commit 95edbad18c
@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "cvxpy";
version = "1.8.1";
version = "1.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "cvxpy";
repo = "cvxpy";
tag = "v${finalAttrs.version}";
hash = "sha256-7bLvVvOthbEe+Ry/NQCxP5El9K8qITIGwJzypooT2mw=";
hash = "sha256-MDKTuiePzqdIJlTRxbCOxoaEAisGx368iWbwKEB97QU=";
};
postPatch =