Merge pull request #294505 from r-ryantm/auto-update/python312Packages.types-docutils

python312Packages.types-docutils: 0.20.0.20240308 -> 0.20.0.20240309
This commit is contained in:
Nick Cao 2024-03-09 19:06:03 -05:00 committed by GitHub
commit a0621abca5
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.20240308";
version = "0.20.0.20240309";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-djDh9+aBlyJOaDSvrVEuhmGOB55zeAoVr4PZCjhO/JA=";
hash = "sha256-zVFHAoE7pBPJATT+2tlBayy46viAFot2mnB9b80VnwU=";
};
nativeBuildInputs = [