##// END OF EJS Templates
dependencies: bumped psutil to 5.4.5
marcink -
r2767:933fcf2f default
parent child Browse files
Show More
@@ -1134,13 +1134,13 b''
1134 };
1134 };
1135 };
1135 };
1136 psutil = super.buildPythonPackage {
1136 psutil = super.buildPythonPackage {
1137 name = "psutil-5.4.3";
1137 name = "psutil-5.4.5";
1138 buildInputs = with self; [];
1138 buildInputs = with self; [];
1139 doCheck = false;
1139 doCheck = false;
1140 propagatedBuildInputs = with self; [];
1140 propagatedBuildInputs = with self; [];
1141 src = fetchurl {
1141 src = fetchurl {
1142 url = "https://files.pythonhosted.org/packages/e2/e1/600326635f97fee89bf8426fef14c5c29f4849c79f68fd79f433d8c1bd96/psutil-5.4.3.tar.gz";
1142 url = "https://files.pythonhosted.org/packages/14/a2/8ac7dda36eac03950ec2668ab1b466314403031c83a95c5efc81d2acf163/psutil-5.4.5.tar.gz";
1143 sha256 = "e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18";
1143 sha256 = "ebe293be36bb24b95cdefc5131635496e88b17fabbcf1e4bc9b5c01f5e489cfe";
1144 };
1144 };
1145 meta = {
1145 meta = {
1146 license = [ pkgs.lib.licenses.bsdOriginal ];
1146 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -42,7 +42,7 b' pastedeploy==1.5.2'
42 pastescript==2.0.2
42 pastescript==2.0.2
43 pathlib2==2.3.0
43 pathlib2==2.3.0
44 peppercorn==0.5
44 peppercorn==0.5
45 psutil==5.4.3
45 psutil==5.4.5
46 psycopg2==2.7.4
46 psycopg2==2.7.4
47 py-bcrypt==0.4
47 py-bcrypt==0.4
48 pycrypto==2.6.1
48 pycrypto==2.6.1
General Comments 0
You need to be logged in to leave comments. Login now