##// END OF EJS Templates
Backed out changeset f70ef45b551c....
marcink -
r635:699e720c default
parent child Browse files
Show More
@@ -204,11 +204,11 b' self: super: {'
204 };
204 };
205 };
205 };
206 "hg-evolve" = super.buildPythonPackage {
206 "hg-evolve" = super.buildPythonPackage {
207 name = "hg-evolve-8.3.3";
207 name = "hg-evolve-8.0.1";
208 doCheck = false;
208 doCheck = false;
209 src = fetchurl {
209 src = fetchurl {
210 url = "https://files.pythonhosted.org/packages/6d/12/49750b1992538815b3b5ee73700065f3da7f96c31c2fb2b828efd16f9693/hg-evolve-8.3.3.tar.gz";
210 url = "https://files.pythonhosted.org/packages/06/1a/c5c12d8f117426f05285a820ee5a23121882f5381104e86276b72598934f/hg-evolve-8.0.1.tar.gz";
211 sha256 = "0grndvg4anhakbfhdbws728skmf1qm5n9hmkx3fz556l1pmfhxgf";
211 sha256 = "1brafifb42k71gl7qssb5m3ijnm7y30lfvm90z8xxcr2fgz19p29";
212 };
212 };
213 meta = {
213 meta = {
214 license = [ { fullName = "GPLv2+"; } ];
214 license = [ { fullName = "GPLv2+"; } ];
@@ -9,7 +9,7 b' dogpile.core==0.4.1'
9 decorator==4.1.2
9 decorator==4.1.2
10 dulwich==0.13.0
10 dulwich==0.13.0
11 hgsubversion==1.9.3
11 hgsubversion==1.9.3
12 hg-evolve==8.3.3
12 hg-evolve==8.0.1
13 mako==1.0.7
13 mako==1.0.7
14 markupsafe==1.1.0
14 markupsafe==1.1.0
15 mercurial==4.6.2
15 mercurial==4.6.2
General Comments 0
You need to be logged in to leave comments. Login now