##// END OF EJS Templates
dependencies: bumped objgraph to 3.1.0.
marcink -
r1845:691a73e2 default
parent child Browse files
Show More
@@ -1082,13 +1082,13 b''
1082 };
1082 };
1083 };
1083 };
1084 objgraph = super.buildPythonPackage {
1084 objgraph = super.buildPythonPackage {
1085 name = "objgraph-2.0.0";
1085 name = "objgraph-3.1.0";
1086 buildInputs = with self; [];
1086 buildInputs = with self; [];
1087 doCheck = false;
1087 doCheck = false;
1088 propagatedBuildInputs = with self; [];
1088 propagatedBuildInputs = with self; [];
1089 src = fetchurl {
1089 src = fetchurl {
1090 url = "https://pypi.python.org/packages/d7/33/ace750b59247496ed769b170586c5def7202683f3d98e737b75b767ff29e/objgraph-2.0.0.tar.gz";
1090 url = "https://pypi.python.org/packages/f4/b3/082e54e62094cb2ec84f8d5a49e0142cef99016491cecba83309cff920ae/objgraph-3.1.0.tar.gz";
1091 md5 = "25b0d5e5adc74aa63ead15699614159c";
1091 md5 = "eddbd96039796bfbd13eee403701e64a";
1092 };
1092 };
1093 meta = {
1093 meta = {
1094 license = [ pkgs.lib.licenses.mit ];
1094 license = [ pkgs.lib.licenses.mit ];
@@ -38,7 +38,7 b' meld3==1.0.2'
38 msgpack-python==0.4.8
38 msgpack-python==0.4.8
39 MySQL-python==1.2.5
39 MySQL-python==1.2.5
40 nose==1.3.6
40 nose==1.3.6
41 objgraph==2.0.0
41 objgraph==3.1.0
42 packaging==15.2
42 packaging==15.2
43 paramiko==1.15.1
43 paramiko==1.15.1
44 Paste==2.0.3
44 Paste==2.0.3
General Comments 0
You need to be logged in to leave comments. Login now