dependencies: bumped markdown to 2.6.9

This commit is contained in:
Marcin Kuzminski 2017-11-06 22:59:31 +01:00
parent da6ae738c6
commit f14a99b403
2 changed files with 4 additions and 4 deletions

View file

@ -94,13 +94,13 @@
};
};
Markdown = super.buildPythonPackage {
name = "Markdown-2.6.8";
name = "Markdown-2.6.9";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/1d/25/3f6d2cb31ec42ca5bd3bfbea99b63892b735d76e26f20dd2dcc34ffe4f0d/Markdown-2.6.8.tar.gz";
md5 = "d9ef057a5bd185f6f536400a31fc5d45";
url = "https://pypi.python.org/packages/29/82/dfe242bcfd9eec0e7bf93a80a8f8d8515a95b980c44f5c0b45606397a423/Markdown-2.6.9.tar.gz";
md5 = "56547d362a9abcf30955b8950b08b5e3";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];

View file

@ -31,8 +31,8 @@ Jinja2==2.9.6
kombu==1.5.1
lxml==3.7.3
Mako==1.0.7
Markdown==2.6.8
MarkupSafe==0.23
Markdown==2.6.9
meld3==1.0.2
msgpack-python==0.4.8
MySQL-python==1.2.5