dependencies: bumped Markdown library to 2.6.7

This commit is contained in:
Marcin Kuzminski 2016-12-07 10:31:02 +01:00
parent 28a9d17dbf
commit 27def76f1b
2 changed files with 4 additions and 4 deletions

View file

@ -94,13 +94,13 @@
};
};
Markdown = super.buildPythonPackage {
name = "Markdown-2.6.2";
name = "Markdown-2.6.7";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/62/8b/83658b5f6c220d5fcde9f9852d46ea54765d734cfbc5a9f4c05bfc36db4d/Markdown-2.6.2.tar.gz";
md5 = "256d19afcc564dc4ce4c229bb762f7ae";
url = "https://pypi.python.org/packages/48/a4/fc6b002789c2239ac620ca963694c95b8f74e4747769cdf6021276939e74/Markdown-2.6.7.zip";
md5 = "632710a7474bbb74a82084392251061f";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];

View file

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