python3Packages.numpydoc: 1.1.0 -> 1.2
This commit is contained in:
parent
d78bad2277
commit
6b0f91baf9
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "numpydoc";
|
||||
version = "1.1.0";
|
||||
version = "1.2";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname;
|
||||
inherit version;
|
||||
sha256 = "c36fd6cb7ffdc9b4e165a43f67bf6271a7b024d0bb6b00ac468c9e2bfc76448e";
|
||||
sha256 = "sha256-DOwjN0DGsSWRMAXRboqZluBgUor8uLfK0/JwZinf1vc=";
|
||||
};
|
||||
|
||||
checkInputs = [ nose pytest ];
|
||||
|
|
Loading…
Reference in a new issue