##// END OF EJS Templates
dependencies: bumped mercurial==5.1.0 and hg-evolve==9.1.0
marcink -
r765:1941c6c6 default
parent child Browse files
Show More
@@ -218,11 +218,11 b' self: super: {'
218 };
218 };
219 };
219 };
220 "hg-evolve" = super.buildPythonPackage {
220 "hg-evolve" = super.buildPythonPackage {
221 name = "hg-evolve-8.5.1";
221 name = "hg-evolve-9.1.0";
222 doCheck = false;
222 doCheck = false;
223 src = fetchurl {
223 src = fetchurl {
224 url = "https://files.pythonhosted.org/packages/e3/ce/6594aa403e3464831d4daf20e45fd2e3ef553d968ac13d2c7fa791d4eedd/hg-evolve-8.5.1.tar.gz";
224 url = "https://files.pythonhosted.org/packages/20/36/5a6655975aa0c663be91098d31a0b24841acad44fe896aa2bdee77c6b883/hg-evolve-9.1.0.tar.gz";
225 sha256 = "09avqn7c1biz97vb1zw91q6nfzydpcqv43mgpfrj7ywp0fscfgf3";
225 sha256 = "1mna81cmzxxn7s2nwz3g1xgdjlcc1axkvfmwg7gjqghwn3pdraps";
226 };
226 };
227 meta = {
227 meta = {
228 license = [ { fullName = "GPLv2+"; } ];
228 license = [ { fullName = "GPLv2+"; } ];
@@ -330,11 +330,11 b' self: super: {'
330 };
330 };
331 };
331 };
332 "mercurial" = super.buildPythonPackage {
332 "mercurial" = super.buildPythonPackage {
333 name = "mercurial-5.0.2";
333 name = "mercurial-5.1";
334 doCheck = false;
334 doCheck = false;
335 src = fetchurl {
335 src = fetchurl {
336 url = "https://files.pythonhosted.org/packages/a4/77/2d96c46834ad1ca69e2f725c51da980a2c6fc8850879c6683407f9c8fbfc/mercurial-5.0.2.tar.gz";
336 url = "https://files.pythonhosted.org/packages/41/69/5f5802b0fb4818b5fe3704a4b9a862df13acd101ee092966d2e9f6ffd8fe/mercurial-5.1.tar.gz";
337 sha256 = "1y60hfc8gh4ha9sw650qs7hndqmvbn0qxpmqwpn4q18z5xwm1f19";
337 sha256 = "0af8wx5sn35l8c8sfj7cabx15i9b2di81ibx5d11wh8fhqnxj8k2";
338 };
338 };
339 meta = {
339 meta = {
340 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
340 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -8,10 +8,10 b' dogpile.core==0.4.1'
8 decorator==4.1.2
8 decorator==4.1.2
9 dulwich==0.13.0
9 dulwich==0.13.0
10 hgsubversion==1.9.3
10 hgsubversion==1.9.3
11 hg-evolve==8.5.1
11 hg-evolve==9.1.0
12 mako==1.0.7
12 mako==1.0.7
13 markupsafe==1.1.0
13 markupsafe==1.1.0
14 mercurial==5.0.2
14 mercurial==5.1.0
15 msgpack-python==0.5.6
15 msgpack-python==0.5.6
16
16
17 pastedeploy==2.0.1
17 pastedeploy==2.0.1
General Comments 0
You need to be logged in to leave comments. Login now