Show More
@@ -211,13 +211,13 b'' | |||||
211 | }; |
|
211 | }; | |
212 | }; |
|
212 | }; | |
213 | hg-evolve = super.buildPythonPackage { |
|
213 | hg-evolve = super.buildPythonPackage { | |
214 |
name = "hg-evolve-8.0. |
|
214 | name = "hg-evolve-8.0.1"; | |
215 | buildInputs = with self; []; |
|
215 | buildInputs = with self; []; | |
216 | doCheck = false; |
|
216 | doCheck = false; | |
217 | propagatedBuildInputs = with self; []; |
|
217 | propagatedBuildInputs = with self; []; | |
218 | src = fetchurl { |
|
218 | src = fetchurl { | |
219 |
url = "https://files.pythonhosted.org/packages/a3 |
|
219 | url = "https://files.pythonhosted.org/packages/06/1a/c5c12d8f117426f05285a820ee5a23121882f5381104e86276b72598934f/hg-evolve-8.0.1.tar.gz"; | |
220 | sha256 = "7c95f2311b3baa0c8660f61a2624798995b4cf3aa9b12d6de3add9617a2e984a"; |
|
220 | sha256 = "49dc14fe7322b3ded107a96e47c1f0a75a19472d4b6b7ce80b670ab25c742aaf"; | |
221 | }; |
|
221 | }; | |
222 | meta = { |
|
222 | meta = { | |
223 | license = [ { fullName = "GPLv2+"; } ]; |
|
223 | license = [ { fullName = "GPLv2+"; } ]; |
@@ -6,7 +6,7 b' configobj==5.0.6' | |||||
6 | decorator==4.1.2 |
|
6 | decorator==4.1.2 | |
7 | dulwich==0.13.0 |
|
7 | dulwich==0.13.0 | |
8 | hgsubversion==1.9.2 |
|
8 | hgsubversion==1.9.2 | |
9 |
hg-evolve==8.0. |
|
9 | hg-evolve==8.0.1 | |
10 | infrae.cache==1.0.1 |
|
10 | infrae.cache==1.0.1 | |
11 | mako==1.0.7 |
|
11 | mako==1.0.7 | |
12 | markupsafe==1.0.0 |
|
12 | markupsafe==1.0.0 |
General Comments 0
You need to be logged in to leave comments.
Login now