dependencies: bumped mako templates to 1.0.6

This commit is contained in:
Marcin Kuzminski 2016-12-07 10:28:37 +01:00
parent 6c025de997
commit 28a9d17dbf
2 changed files with 4 additions and 4 deletions

View file

@ -81,13 +81,13 @@
};
};
Mako = super.buildPythonPackage {
name = "Mako-1.0.1";
name = "Mako-1.0.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [MarkupSafe];
src = fetchurl {
url = "https://pypi.python.org/packages/8e/a4/aa56533ecaa5f22ca92428f74e074d0c9337282933c722391902c8f9e0f8/Mako-1.0.1.tar.gz";
md5 = "9f0aafd177b039ef67b90ea350497a54";
url = "https://pypi.python.org/packages/56/4b/cb75836863a6382199aefb3d3809937e21fa4cb0db15a4f4ba0ecc2e7e8e/Mako-1.0.6.tar.gz";
md5 = "a28e22a339080316b2acc352b9ee631c";
};
meta = {
license = [ pkgs.lib.licenses.mit ];

View file

@ -7,8 +7,8 @@ Beaker==1.7.0
Chameleon==2.24
FormEncode==1.2.4
Jinja2==2.7.3
Mako==1.0.1
Markdown==2.6.2
Mako==1.0.6
MarkupSafe==0.23
MySQL-python==1.2.5
Paste==2.0.2