python311Packages.types-docutils: 0.20.0.20240331 -> 0.20.0.20240406

This commit is contained in:
R. Ryantm 2024-04-06 04:43:24 +00:00
parent f6eb921406
commit 48e2c126fd
1 changed files with 2 additions and 2 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.20.0.20240331";
version = "0.20.0.20240406";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-rJnN80BAyYIIH1QjfWAX+PXa/gvruBilmL+Xpl9bFxU=";
hash = "sha256-6OxKWhJdBthjK7qsihH76hih7fqU35xRKdxFmAkVuEs=";
};
build-system = [