lol

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

python310Packages.types-dateutil: 2.8.10 -> 2.8.11

authored by

Fabian Affolter and committed by
GitHub
44eaaf34 aff92efa

+2 -2
+2 -2
pkgs/development/python-modules/types-dateutil/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-python-dateutil"; 8 - version = "2.8.10"; 8 + version = "2.8.11"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-a886rnJC5Xk7r9eyvPtOJV63srMUSs0N8OGC3OWMytM="; 13 + sha256 = "sha256-7cBdC5MgGSirC1/ysxRBPdPSsk6xLEcCl++Sned8k+8="; 14 14 }; 15 15 16 16 pythonImportsCheck = [ "dateutil-stubs" ];