##// END OF EJS Templates
dependencies: bumped hgsubversion to 1.8.7
marcink -
r241:7e68669b default
parent child Browse files
Show More
@@ -263,13 +263,13 b''
263 };
263 };
264 };
264 };
265 hgsubversion = super.buildPythonPackage {
265 hgsubversion = super.buildPythonPackage {
266 name = "hgsubversion-1.8.6";
266 name = "hgsubversion-1.8.7";
267 buildInputs = with self; [];
267 buildInputs = with self; [];
268 doCheck = false;
268 doCheck = false;
269 propagatedBuildInputs = with self; [mercurial subvertpy];
269 propagatedBuildInputs = with self; [mercurial subvertpy];
270 src = fetchurl {
270 src = fetchurl {
271 url = "https://pypi.python.org/packages/ce/97/032e5093ad250e9908cea04395cbddb6902d587f712a79b53b2d778bdfdd/hgsubversion-1.8.6.tar.gz";
271 url = "https://pypi.python.org/packages/1c/b8/ff4d2e0ec486f9765b410f09728c02a010e7485d68d6154968074498a403/hgsubversion-1.8.7.tar.gz";
272 md5 = "9310cb266031cf8d0779885782a84a5b";
272 md5 = "289f1c36c13bd6a3435a9be390a77bdc";
273 };
273 };
274 meta = {
274 meta = {
275 license = [ pkgs.lib.licenses.gpl1 ];
275 license = [ pkgs.lib.licenses.gpl1 ];
@@ -5,7 +5,7 b' Beaker==1.9.0'
5 configobj==5.0.6
5 configobj==5.0.6
6 decorator==4.0.11
6 decorator==4.0.11
7 dulwich==0.13.0
7 dulwich==0.13.0
8 hgsubversion==1.8.6
8 hgsubversion==1.8.7
9 hg-evolve==6.0.1
9 hg-evolve==6.0.1
10 infrae.cache==1.0.1
10 infrae.cache==1.0.1
11 mercurial==4.1.2
11 mercurial==4.1.2
General Comments 0
You need to be logged in to leave comments. Login now