Show More
@@ -159,13 +159,13 b'' | |||
|
159 | 159 | }; |
|
160 | 160 | }; |
|
161 | 161 | PasteScript = super.buildPythonPackage { |
|
162 |
name = "PasteScript- |
|
|
162 | name = "PasteScript-2.0.2"; | |
|
163 | 163 | buildInputs = with self; []; |
|
164 | 164 | doCheck = false; |
|
165 | propagatedBuildInputs = with self; [Paste PasteDeploy]; | |
|
165 | propagatedBuildInputs = with self; [Paste PasteDeploy six]; | |
|
166 | 166 | src = fetchurl { |
|
167 |
url = "https://pypi.python.org/packages/ |
|
|
168 | md5 = "4c72d78dcb6bb993f30536842c16af4d"; | |
|
167 | url = "https://pypi.python.org/packages/e5/f0/78e766c3dcc61a4f3a6f71dd8c95168ae9c7a31722b5663d19c1fdf62cb6/PasteScript-2.0.2.tar.gz"; | |
|
168 | md5 = "ccb3045445097192ca71a13b746c77b2"; | |
|
169 | 169 | }; |
|
170 | 170 | meta = { |
|
171 | 171 | license = [ pkgs.lib.licenses.mit ]; |
General Comments 0
You need to be logged in to leave comments.
Login now