python3Packages.cvxpy: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2026-06-05 08:32:28 +00:00
parent fcfb4d2c1c
commit a4fe7a4f84
@@ -28,7 +28,7 @@
buildPythonPackage (finalAttrs: {
pname = "cvxpy";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
__structuredAttrs = true;
@@ -36,7 +36,7 @@ buildPythonPackage (finalAttrs: {
owner = "cvxpy";
repo = "cvxpy";
tag = "v${finalAttrs.version}";
hash = "sha256-48tczmRdNExerlVTNMuRNi1dC5XhUSXNBwIGbJ9vFnU=";
hash = "sha256-xQ2WD0S4GiFLYqQlOE+3V23bIs7AqJY6Xn9m4sjc10I=";
};
postPatch =