6 buildPythonPackage rec {
7 pname = "types-psutil";
8 version = "5.9.5.20240316";
12 inherit pname version;
13 hash = "sha256-Vjb1cUu5MMZLs0xNR6WdyS+dYQt3i1Nkox2qVYSUSEg=";
16 # Module doesn't have tests
19 pythonImportsCheck = [
24 description = "Typing stubs for psutil";
25 homepage = "https://github.com/python/typeshed";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ anselmschueler ];