Merge pull request #307091 from r-ryantm/auto-update/python311Packages.types-psutil

python311Packages.types-psutil: 5.9.5.20240316 -> 5.9.5.20240423
This commit is contained in:
Nick Cao 2024-04-27 10:29:52 -04:00 committed by GitHub
commit e11847ad98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-psutil";
version = "5.9.5.20240316";
version = "5.9.5.20240423";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Vjb1cUu5MMZLs0xNR6WdyS+dYQt3i1Nkox2qVYSUSEg=";
hash = "sha256-G5ds+GMIMWxawizsaIAVsEJzyE+OaRw9+wwSMY8ypvM=";
};
# Module doesn't have tests