python3Packages.cvxpy: 1.8.0 -> 1.8.1 (#486736)

This commit is contained in:
kirillrdy
2026-02-04 10:11:22 +00:00
committed by GitHub
@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "cvxpy";
version = "1.8.0";
version = "1.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "cvxpy";
repo = "cvxpy";
tag = "v${finalAttrs.version}";
hash = "sha256-RBRosw7mNQNdVxXU5aW0ehwM0OV2krPqP+ULBGGhrxM=";
hash = "sha256-7bLvVvOthbEe+Ry/NQCxP5El9K8qITIGwJzypooT2mw=";
};
postPatch =