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

python312Packages.types-docutils: 0.20.0.20240315 -> 0.20.0.20240317
This commit is contained in:
Fabian Affolter 2024-03-18 08:46:06 +01:00 committed by GitHub
commit 2fdbf6a490
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.20240315";
version = "0.20.0.20240317";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-VAOK6SqOG8r2IHCWdsP3HqwuNYau0xbmCAvG3X/Us5Y=";
hash = "sha256-I2V6qw3lhjTREZFLZ3sYVYZ/Fs2anqEQJU4jtIZT4ag=";
};
nativeBuildInputs = [