python3Packages.psutil: 5.7.3 -> 5.8.0

This commit is contained in:
Fabian Affolter 2020-12-30 09:36:51 +01:00 committed by Jonathan Ringer
parent 90a8f69fac
commit 1f405c9191
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "psutil"; pname = "psutil";
version = "5.7.3"; version = "5.8.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "af73f7bcebdc538eda9cc81d19db1db7bf26f103f91081d780bbacfcb620dee2"; sha256 = "1immnj532bnnrh1qmk5q3lsw3san8qfk9kxy1cpmy0knmfcwp70c";
}; };
# arch doesn't report frequency is the same way # arch doesn't report frequency is the same way