Skip to content

Commit e74ac85

Browse files
authoredMar 21, 2025
python312Packages.cvxpy: 1.6.3 -> 1.6.4 (#390332)
2 parents 925441c + 2f8d40b commit e74ac85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/cvxpy/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525

2626
buildPythonPackage rec {
2727
pname = "cvxpy";
28-
version = "1.6.3";
28+
version = "1.6.4";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "cvxpy";
3333
repo = "cvxpy";
3434
tag = "v${version}";
35-
hash = "sha256-fQz9tPxSNKRSJdtyeEAE1qwK//x1U3kKozclav1G+nc=";
35+
hash = "sha256-PV6fROIt8NsCTm2MbKr+ejgE3QC3IIU607q9MYRGnxc=";
3636
};
3737

3838
# we need to patch out numpy version caps from upstream

0 commit comments

Comments
 (0)
Failed to load comments.