python310Packages.types-dateutil: 2.8.12 -> 2.8.14

This commit is contained in:
R. Ryantm 2022-04-28 07:02:19 +00:00
parent 510428b8d2
commit 980e57181b

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-python-dateutil";
version = "2.8.12";
version = "2.8.14";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-7zBTt0XwHERDtRK2s9WwT7ry1HaqUDtsyTIEah7fpWo=";
sha256 = "sha256-Nnwf+hpSpLKlNMmzC0CwHyt/LqR6l/2CH2x20ceuMSk=";
};
pythonImportsCheck = [ "dateutil-stubs" ];