python312Packages.types-docutils: 0.20.0.20240315 -> 0.20.0.20240317

This commit is contained in:
R. Ryantm 2024-03-18 06:55:59 +00:00
parent 44c455bfb6
commit d44346ce87

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.20.0.20240315";
version = "0.20.0.20240317";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-VAOK6SqOG8r2IHCWdsP3HqwuNYau0xbmCAvG3X/Us5Y=";
hash = "sha256-I2V6qw3lhjTREZFLZ3sYVYZ/Fs2anqEQJU4jtIZT4ag=";
};
nativeBuildInputs = [