1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

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

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