python3Packages.types-python-dateutil: 2.8.16 -> 2.8.18

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:42 +02:00
parent c4c0a8b6ba
commit 6f386ef4e1

View File

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