##// END OF EJS Templates
dependencies: bumped mako templates to 1.0.6
marcink -
r1229:d01445cf default
parent child Browse files
Show More
@@ -81,13 +81,13 b''
81 };
81 };
82 };
82 };
83 Mako = super.buildPythonPackage {
83 Mako = super.buildPythonPackage {
84 name = "Mako-1.0.1";
84 name = "Mako-1.0.6";
85 buildInputs = with self; [];
85 buildInputs = with self; [];
86 doCheck = false;
86 doCheck = false;
87 propagatedBuildInputs = with self; [MarkupSafe];
87 propagatedBuildInputs = with self; [MarkupSafe];
88 src = fetchurl {
88 src = fetchurl {
89 url = "https://pypi.python.org/packages/8e/a4/aa56533ecaa5f22ca92428f74e074d0c9337282933c722391902c8f9e0f8/Mako-1.0.1.tar.gz";
89 url = "https://pypi.python.org/packages/56/4b/cb75836863a6382199aefb3d3809937e21fa4cb0db15a4f4ba0ecc2e7e8e/Mako-1.0.6.tar.gz";
90 md5 = "9f0aafd177b039ef67b90ea350497a54";
90 md5 = "a28e22a339080316b2acc352b9ee631c";
91 };
91 };
92 meta = {
92 meta = {
93 license = [ pkgs.lib.licenses.mit ];
93 license = [ pkgs.lib.licenses.mit ];
@@ -7,8 +7,8 b' Beaker==1.7.0'
7 Chameleon==2.24
7 Chameleon==2.24
8 FormEncode==1.2.4
8 FormEncode==1.2.4
9 Jinja2==2.7.3
9 Jinja2==2.7.3
10 Mako==1.0.1
11 Markdown==2.6.2
10 Markdown==2.6.2
11 Mako==1.0.6
12 MarkupSafe==0.23
12 MarkupSafe==0.23
13 MySQL-python==1.2.5
13 MySQL-python==1.2.5
14 Paste==2.0.2
14 Paste==2.0.2
General Comments 0
You need to be logged in to leave comments. Login now