##// END OF EJS Templates
mercurial: Update mercurial to 3.8.3
johbo -
r12:fa8ef349 default
parent child Browse files
Show More
@@ -140,13 +140,13 b''
140 };
140 };
141 };
141 };
142 mercurial = super.buildPythonPackage {
142 mercurial = super.buildPythonPackage {
143 name = "mercurial-3.7.3";
143 name = "mercurial-3.8.3";
144 buildInputs = with self; [];
144 buildInputs = with self; [];
145 doCheck = false;
145 doCheck = false;
146 propagatedBuildInputs = with self; [];
146 propagatedBuildInputs = with self; [];
147 src = fetchurl {
147 src = fetchurl {
148 url = "https://pypi.python.org/packages/e8/a0/fe6bf60a314a30299c58a5ed67de9fffeae04731201f10dc2822befb062d/mercurial-3.7.3.tar.gz";
148 url = "https://pypi.python.org/packages/56/bc/af1561195d43638d44bc3ac286c21f187430966234bee1f235711d80dfb6/mercurial-3.8.3.tar.gz";
149 md5 = "f47c9c76b7bf429dafecb71fa81c01b4";
149 md5 = "97aced7018614eeccc9621a3dea35fda";
150 };
150 };
151 };
151 };
152 mock = super.buildPythonPackage {
152 mock = super.buildPythonPackage {
@@ -3,7 +3,7 b' configobj==5.0.6'
3 dulwich==0.12.0
3 dulwich==0.12.0
4 hgsubversion==1.8.5
4 hgsubversion==1.8.5
5 infrae.cache==1.0.1
5 infrae.cache==1.0.1
6 mercurial==3.7.3
6 mercurial==3.8.3
7 msgpack-python==0.4.6
7 msgpack-python==0.4.6
8 py==1.4.29
8 py==1.4.29
9 pyramid==1.6.1
9 pyramid==1.6.1
General Comments 0
You need to be logged in to leave comments. Login now