Skip to content

Commit

Permalink
Merge pull request NixOS#78630 from r-ryantm/auto-update/python2.7-cv…
Browse files Browse the repository at this point in the history
…xopt

python27Packages.cvxopt: 1.2.3 -> 1.2.4
  • Loading branch information
marsam authored Jan 29, 2020
2 parents 19857ea + 512e77e commit f2eac6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cvxopt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

buildPythonPackage rec {
pname = "cvxopt";
version = "1.2.3";
version = "1.2.4";

disabled = isPyPy; # hangs at [translation:info]

src = fetchPypi {
inherit pname version;
sha256 = "ea62a2a1b8e2db3a6ae44ac394f58e4620149af226c250c6f2b18739b48cfc21";
sha256 = "1h9g79gxpgpy6xciqyypihw5q4ngp322lpkka1nkwk0ysybfsp7s";
};

# similar to Gsl, glpk, fftw there is also a dsdp interface
Expand Down

0 comments on commit f2eac6d

Please sign in to comment.