Show More
@@ -120,13 +120,13 b'' | |||||
120 | }; |
|
120 | }; | |
121 | }; |
|
121 | }; | |
122 | hgsubversion = super.buildPythonPackage { |
|
122 | hgsubversion = super.buildPythonPackage { | |
123 |
name = "hgsubversion-1.8. |
|
123 | name = "hgsubversion-1.8.6"; | |
124 | buildInputs = with self; []; |
|
124 | buildInputs = with self; []; | |
125 | doCheck = false; |
|
125 | doCheck = false; | |
126 | propagatedBuildInputs = with self; [mercurial subvertpy]; |
|
126 | propagatedBuildInputs = with self; [mercurial subvertpy]; | |
127 | src = fetchurl { |
|
127 | src = fetchurl { | |
128 |
url = "https://pypi.python.org/packages/f7 |
|
128 | url = "https://pypi.python.org/packages/ce/97/032e5093ad250e9908cea04395cbddb6902d587f712a79b53b2d778bdfdd/hgsubversion-1.8.6.tar.gz"; | |
129 | md5 = "afc3f096fb4dacf1d9210811f81313e0"; |
|
129 | md5 = "9310cb266031cf8d0779885782a84a5b"; | |
130 | }; |
|
130 | }; | |
131 | }; |
|
131 | }; | |
132 | infrae.cache = super.buildPythonPackage { |
|
132 | infrae.cache = super.buildPythonPackage { |
General Comments 0
You need to be logged in to leave comments.
Login now