python310Packages.types-dateutil: 2.8.19 -> 2.8.19.2

This commit is contained in:
R. Ryantm
2022-10-18 22:41:59 -07:00
committed by Jonathan Ringer
parent 5ae6fbdbac
commit d7a40c4f0e
@@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "types-dateutil";
version = "2.8.19";
version = "2.8.19.2";
format = "setuptools";
src = fetchPypi {
pname = "types-python-dateutil";
inherit version;
hash = "sha256-v9PrOcclOupLojsQ9psBfTCwE2YrtL5KtIsgu9dj8wk=";
hash = "sha256-5uMs4Y83dlsIxGYiKHvI2BNtwMVi2a1bj9FYxZlj16c=";
};
pythonImportsCheck = [