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:
commit
226adc86e1
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue