Merge pull request #200862 from fabaff/psutil-bump

python310Packages.psutil: 5.9.3 -> 5.9.4
This commit is contained in:
Fabian Affolter 2022-11-19 10:30:43 +01:00 committed by GitHub
commit 348613a11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "psutil";
version = "5.9.3";
version = "5.9.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fM/N/qT8SwoCyiwx3n/NGGvrnP+CB4AOFKtm95x3OvY=";
hash = "sha256-PX+XOetDXUsTOJRKviP0lYS95TlfJ0h9LuJa2ah3SmI=";
};
buildInputs =