python311Packages.types-docutils: 0.20.0.20240302 -> 0.20.0.20240304

This commit is contained in:
R. Ryantm
2024-03-07 07:18:16 +00:00
parent 4d19e6d008
commit 34d99af792
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.20.0.20240302";
version = "0.20.0.20240304";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zSoA3wkTH4S4bv2sqiW0WUtENx96d4RkJOL+wX8+rRQ=";
hash = "sha256-w1rjXKg1pa7q11jfQRzUbPt+fxnysiPEE9rn4GnVsL4=";
};
nativeBuildInputs = [