python312Packages.types-docutils: 0.20.0.20240317 -> 0.20.0.20240331

This commit is contained in:
R. Ryantm 2024-04-02 03:25:50 +00:00
parent ebde306504
commit cf76b2d179
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.20.0.20240317";
version = "0.20.0.20240331";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-I2V6qw3lhjTREZFLZ3sYVYZ/Fs2anqEQJU4jtIZT4ag=";
hash = "sha256-rJnN80BAyYIIH1QjfWAX+PXa/gvruBilmL+Xpl9bFxU=";
};
nativeBuildInputs = [