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

python310Packages.types-dateutil: 2.8.11 -> 2.8.12

authored by

Fabian Affolter and committed by
GitHub
b06d35b4 6ff3fefb

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