python310Packages.types-dateutil: 2.8.18 -> 2.8.19

This commit is contained in:
R. Ryantm 2022-08-16 05:32:36 +00:00
parent a093c35bee
commit c6103264a1

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-dateutil";
version = "2.8.18";
version = "2.8.19";
format = "setuptools";
src = fetchPypi {
pname = "types-python-dateutil";
inherit version;
hash = "sha256-hpXH16WxrvQALzq04SR+I7HUHNfMEobUWUwtjFWTyZE=";
hash = "sha256-v9PrOcclOupLojsQ9psBfTCwE2YrtL5KtIsgu9dj8wk=";
};
pythonImportsCheck = [