dependencies: bumped psutil to 5.6.3

This commit is contained in:
Marcin Kuzminski 2019-09-03 14:41:57 +02:00
parent e95b32fc0d
commit fc6bdc315e
2 changed files with 4 additions and 4 deletions

View file

@ -1220,11 +1220,11 @@ self: super: {
};
};
"psutil" = super.buildPythonPackage {
name = "psutil-5.5.1";
name = "psutil-5.6.3";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/c7/01/7c30b247cdc5ba29623faa5c8cf1f1bbf7e041783c340414b0ed7e067c64/psutil-5.5.1.tar.gz";
sha256 = "045qaqvn6k90bj5bcy259yrwcd2afgznaav3sfhphy9b8ambzkkj";
url = "https://files.pythonhosted.org/packages/1c/ca/5b8c1fe032a458c2c4bcbe509d1401dca9dda35c7fc46b36bb81c2834740/psutil-5.6.3.tar.gz";
sha256 = "1wv31zly44qj0rp2acg58xbnc7bf6ffyadasq093l455q30qafl6";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];

View file

@ -37,7 +37,7 @@ paste==3.0.8
pastedeploy==2.0.1
pastescript==3.1.0
peppercorn==0.6
psutil==5.5.1
psutil==5.6.3
py-bcrypt==0.4
pycurl==7.43.0.2
pycrypto==2.6.1