mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python3Packages.numpydoc: 1.1.0 -> 1.2
This commit is contained in:
parent
d78bad2277
commit
6b0f91baf9
@ -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 New Issue
Block a user