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

python311Packages.types-docutils: 0.20.0.20240227 -> 0.20.0.20240302
This commit is contained in:
Fabian Affolter 2024-03-03 23:27:53 +01:00 committed by GitHub
commit 8727dcf55f
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.20240227";
version = "0.20.0.20240302";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-fy27AjVgJLXbPv2d8msjbaBQrS6tqJhy5ShLSjlLd2E=";
hash = "sha256-zSoA3wkTH4S4bv2sqiW0WUtENx96d4RkJOL+wX8+rRQ=";
};
nativeBuildInputs = [