python3Packages.cvxpy: 1.1.10 -> 1.1.11

This commit is contained in:
Drew Risinger 2021-03-05 15:21:05 -05:00
parent f6e94a2e21
commit 0074b7b7d5

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "cvxpy";
version = "1.1.10";
version = "1.1.11";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-7NCouJ95nOolSSjeqHktnGnDfbC9gwtM2mKbKyvlInA=";
hash = "sha256-W4qly+g07Q1iYJ76/tGZNkBPa+oavhTDUYRQ3cZ+s1I=";
};
propagatedBuildInputs = [