python311Packages.numpydoc: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-04-01 06:41:32 +00:00
parent dbe5775901
commit f08b10d643
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "numpydoc";
version = "1.6.0";
version = "1.7.0";
pyproject = true;
disabled = isPy27;
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname;
inherit version;
hash = "sha256-rnpTgPCgY3PDr+FszRW9ebxrB/JwTLxvHn7MlLT1/A0=";
hash = "sha256-hm5a5bZQnc+HP8Y4ESD1wxrPE7E1Y2wagdaMFmqV+SE=";
};
postPatch = ''