7 buildPythonPackage rec {
8 pname = "types-dateutil";
9 version = "2.9.0.20240316";
13 pname = "types-python-dateutil";
15 hash = "sha256-XS8uJAuGkF5AlE3Xh9ttqSY/Deq+8Qdt2u15c1HsAgI=";
22 pythonImportsCheck = [
27 description = "Typing stubs for python-dateutil";
28 homepage = "https://github.com/python/typeshed";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ milibopp ];