python311Packages.types-psutil: 5.9.5.20240316 -> 5.9.5.20240423

This commit is contained in:
R. Ryantm 2024-04-26 23:12:06 +00:00
parent 1d67e14da5
commit 74ff6d3ae9
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