Merge pull request #115210 from drewrisinger/dr-pr-cvxpy-bump

python3Packages.cvxpy: 1.1.10 -> 1.1.11
This commit is contained in:
Sandro 2021-03-06 03:33:04 +01:00 committed by GitHub
commit 1bbeab0fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 = [