python3Packages.numpydoc: 1.1.0 -> 1.2

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:08 +01:00
parent d78bad2277
commit 6b0f91baf9

View File

@ -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 ];