8 buildPythonPackage rec {
9 pname = "types-python-dateutil";
10 version = "2.9.0.20240906";
14 inherit pname version;
15 hash = "sha256-lwbDtoKEwlrf/Ecxnsx5R+W7hrN3P4Q8c5Bv1Zi8F24=";
18 nativeBuildInputs = [ setuptools ];
20 # Modules doesn't have tests
23 pythonImportsCheck = [ "dateutil-stubs" ];
26 description = "Typing stubs for python-dateutil";
27 homepage = "https://github.com/python/typeshed";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ fab ];