python310Packages.types-docutils: 0.19.0 -> 0.19.1

This commit is contained in:
R. Ryantm 2022-09-14 16:16:23 +00:00
parent 738fe494da
commit 4597540560

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-docutils";
version = "0.19.0";
version = "0.19.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-lJNrGWGqzaYexrsKzxFpzXgwtSMLZFhVwdR4m68ZaF4=";
hash = "sha256-ffEzuHEFr0EPxqmSAwpw7p9aLCY2xa/n4N4oXrn9sBU=";
};
# Module doesn't have tests