Merge pull request #298733 from r-ryantm/auto-update/python312Packages.types-psutil

python312Packages.types-psutil: 5.9.5.20240205 -> 5.9.5.20240316

authored by Aleksana and committed by GitHub 0e13253d 844d5b48

+2 -2
+2 -2
pkgs/development/python-modules/types-psutil/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-psutil"; 8 - version = "5.9.5.20240205"; 8 + version = "5.9.5.20240316"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-Ud82o2GqWXv0g9zFtY8qt6qHRSo20tqXyQmU1qge90M="; 13 + hash = "sha256-Vjb1cUu5MMZLs0xNR6WdyS+dYQt3i1Nkox2qVYSUSEg="; 14 14 }; 15 15 16 16 # Module doesn't have tests