Merge pull request #295108 from r-ryantm/auto-update/python311Packages.types-docutils

python311Packages.types-docutils: 0.20.0.20240309 -> 0.20.0.20240311
This commit is contained in:
Nick Cao 2024-03-12 14:24:58 -04:00 committed by GitHub
commit 226adc86e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.20.0.20240309";
version = "0.20.0.20240311";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zVFHAoE7pBPJATT+2tlBayy46viAFot2mnB9b80VnwU=";
hash = "sha256-sp3zYunm78umjieveBNZAtVmFPb6dsBz0pmJJy7tsGk=";
};
nativeBuildInputs = [