Skip to content

Commit

Permalink
Merge pull request #78651 from r-ryantm/auto-update/python2.7-statsmo…
Browse files Browse the repository at this point in the history
…dels

python27Packages.statsmodels: 0.10.2 -> 0.11.0
  • Loading branch information
marsam committed Jan 30, 2020
2 parents bb29376 + 358e008 commit 98cc98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/statsmodels/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

buildPythonPackage rec {
pname = "statsmodels";
version = "0.10.2";
version = "0.11.0";

src = fetchPypi {
inherit pname version;
sha256 = "9cd2194c6642a8754e85f9a6e6912cdf996bebf6ff715d3cc67f65dadfd37cc9";
sha256 = "0wcc7xbwlf8r2diw9fnzf4bg9h5cg406w7phd3dz37hx17yfi3ha";
};

checkInputs = with self; [ nose ];
Expand Down

0 comments on commit 98cc98e

Please sign in to comment.