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

View File

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