Merge pull request #172034 from r-ryantm/auto-update/python3.10-types-python-dateutil

python310Packages.types-dateutil: 2.8.14 -> 2.8.15
This commit is contained in:
Fabian Affolter 2022-05-08 09:54:07 +02:00 committed by GitHub
commit b39e09ebd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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