python3Packages.statsmodels: 0.11.0 -> 0.11.1
This commit is contained in:
parent
04ccf59c50
commit
a034c18627
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "statsmodels";
|
pname = "statsmodels";
|
||||||
version = "0.11.0";
|
version = "0.11.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0wcc7xbwlf8r2diw9fnzf4bg9h5cg406w7phd3dz37hx17yfi3ha";
|
sha256 = "5bde3fa0a35a91b45dba7cbc28270b5b649ff1d721c89290883f6e831672d5f0";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = with self; [ nose ];
|
checkInputs = with self; [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user