##// END OF EJS Templates
dependencies: bumped cprofileV to 1.0.7
marcink -
r1870:69ce75e3 default
parent child Browse files
Show More
@@ -29,13 +29,13 b''
29 29 };
30 30 };
31 31 CProfileV = super.buildPythonPackage {
32 name = "CProfileV-1.0.6";
32 name = "CProfileV-1.0.7";
33 33 buildInputs = with self; [];
34 34 doCheck = false;
35 35 propagatedBuildInputs = with self; [bottle];
36 36 src = fetchurl {
37 url = "https://pypi.python.org/packages/eb/df/983a0b6cfd3ac94abf023f5011cb04f33613ace196e33f53c86cf91850d5/CProfileV-1.0.6.tar.gz";
38 md5 = "08c7c242b6e64237bc53c5d13537e03d";
37 url = "https://pypi.python.org/packages/df/50/d8c1ada7d537c64b0f76453fa31dedb6af6e27b82fcf0331e5f71a4cf98b/CProfileV-1.0.7.tar.gz";
38 md5 = "db4c7640438aa3d8887e194c81c7a019";
39 39 };
40 40 meta = {
41 41 license = [ pkgs.lib.licenses.mit ];
@@ -123,7 +123,7 b' uWSGI==2.0.15'
123 123 ## debug
124 124 ipdb==0.10.3
125 125 ipython==5.1.0
126 CProfileV==1.0.6
126 CProfileV==1.0.7
127 127 bottle==0.12.8
128 128
129 129 ## rhodecode-tools, special case
General Comments 0
You need to be logged in to leave comments. Login now