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