python310Packages.types-dateutil: 2.8.19.8 -> 2.8.19.9

This commit is contained in:
R. Ryantm 2023-02-28 16:24:51 +00:00
parent 6290a4f91a
commit cfc46fb39a

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-dateutil";
version = "2.8.19.8";
version = "2.8.19.9";
format = "setuptools";
src = fetchPypi {
pname = "types-python-dateutil";
inherit version;
hash = "sha256-MWxrEH0FW70GMktxNi5hBBAiIOaYiqSjiFUKo6itXQY=";
hash = "sha256-Y3cW+zr73H62g/ZBFx+HSTevExSc1Faoxj6PgRJ6Oe0=";
};
pythonImportsCheck = [