Show More
@@ -1433,13 +1433,13 b'' | |||||
1433 | }; |
|
1433 | }; | |
1434 | }; |
|
1434 | }; | |
1435 | pyramid-debugtoolbar = super.buildPythonPackage { |
|
1435 | pyramid-debugtoolbar = super.buildPythonPackage { | |
1436 |
name = "pyramid-debugtoolbar-4. |
|
1436 | name = "pyramid-debugtoolbar-4.3"; | |
1437 | buildInputs = with self; []; |
|
1437 | buildInputs = with self; []; | |
1438 | doCheck = false; |
|
1438 | doCheck = false; | |
1439 | propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments ipaddress]; |
|
1439 | propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments ipaddress]; | |
1440 | src = fetchurl { |
|
1440 | src = fetchurl { | |
1441 |
url = "https://pypi.python.org/packages/db |
|
1441 | url = "https://pypi.python.org/packages/a4/40/f09d8800bfc3c09bdb6c95f37bb61c890dc62c19c4e7caa304da7aa77403/pyramid_debugtoolbar-4.3.tar.gz"; | |
1442 | md5 = "3dfaced2fab1644ff5284017be9d92b9"; |
|
1442 | md5 = "9c49029e9f0695130499ef6416ffaaf8"; | |
1443 | }; |
|
1443 | }; | |
1444 | meta = { |
|
1444 | meta = { | |
1445 | license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ]; |
|
1445 | license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ]; |
@@ -54,8 +54,8 b' pygments-markdown-lexer==0.1.0.dev39' | |||||
54 | Pygments==2.2.0 |
|
54 | Pygments==2.2.0 | |
55 | pyparsing==1.5.7 |
|
55 | pyparsing==1.5.7 | |
56 | pyramid-beaker==0.8 |
|
56 | pyramid-beaker==0.8 | |
57 | pyramid-debugtoolbar==4.2.1 |
|
|||
58 | pyramid-jinja2==2.5 |
|
57 | pyramid-jinja2==2.5 | |
|
58 | pyramid-debugtoolbar==4.3.0 | |||
59 | pyramid-mako==1.0.2 |
|
59 | pyramid-mako==1.0.2 | |
60 | pyramid==1.9.1 |
|
60 | pyramid==1.9.1 | |
61 | pysqlite==2.8.3 |
|
61 | pysqlite==2.8.3 |
General Comments 0
You need to be logged in to leave comments.
Login now