Show More
@@ -380,13 +380,13 b'' | |||||
380 | }; |
|
380 | }; | |
381 | }; |
|
381 | }; | |
382 | appenlight-client = super.buildPythonPackage { |
|
382 | appenlight-client = super.buildPythonPackage { | |
383 |
name = "appenlight-client-0.6.1 |
|
383 | name = "appenlight-client-0.6.21"; | |
384 | buildInputs = with self; []; |
|
384 | buildInputs = with self; []; | |
385 | doCheck = false; |
|
385 | doCheck = false; | |
386 | propagatedBuildInputs = with self; [WebOb requests]; |
|
386 | propagatedBuildInputs = with self; [WebOb requests six]; | |
387 | src = fetchurl { |
|
387 | src = fetchurl { | |
388 |
url = "https://pypi.python.org/packages/ |
|
388 | url = "https://pypi.python.org/packages/c9/23/91b66cfa0b963662c10b2a06ccaadf3f3a4848a7a2aa16255cb43d5160ec/appenlight_client-0.6.21.tar.gz"; | |
389 | md5 = "578c69b09f4356d898fff1199b98a95c"; |
|
389 | md5 = "273999ac854fdaefa8d0fb61965a4ed9"; | |
390 | }; |
|
390 | }; | |
391 | meta = { |
|
391 | meta = { | |
392 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ]; |
|
392 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ]; |
@@ -130,7 +130,7 b' bottle==0.12.8' | |||||
130 | https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4#egg=rhodecode-tools==0.12.0 |
|
130 | https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.12.0.tar.gz?md5=9ca040356fa7e38d3f64529a4cffdca4#egg=rhodecode-tools==0.12.0 | |
131 |
|
131 | |||
132 | ## appenlight |
|
132 | ## appenlight | |
133 |
appenlight-client==0.6.1 |
|
133 | appenlight-client==0.6.21 | |
134 |
|
134 | |||
135 | ## test related requirements |
|
135 | ## test related requirements | |
136 | -r requirements_test.txt |
|
136 | -r requirements_test.txt |
General Comments 0
You need to be logged in to leave comments.
Login now