Merge pull request #299774 from r-ryantm/auto-update/python312Packages.numpydoc

python312Packages.numpydoc: 1.6.0 -> 1.7.0
This commit is contained in:
Weijia Wang 2024-04-05 22:52:00 +02:00 committed by GitHub
commit 853ceb5fca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''