##// END OF EJS Templates
dependencies: updated markupsafe to 1.1.0 release
marcink -
r606:991feae7 default
parent child Browse files
Show More
@@ -302,11 +302,11 b' self: super: {'
302 };
302 };
303 };
303 };
304 "markupsafe" = super.buildPythonPackage {
304 "markupsafe" = super.buildPythonPackage {
305 name = "markupsafe-1.0";
305 name = "markupsafe-1.1.0";
306 doCheck = false;
306 doCheck = false;
307 src = fetchurl {
307 src = fetchurl {
308 url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";
308 url = "https://files.pythonhosted.org/packages/ac/7e/1b4c2e05809a4414ebce0892fe1e32c14ace86ca7d50c70f00979ca9b3a3/MarkupSafe-1.1.0.tar.gz";
309 sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6";
309 sha256 = "1lxirjypbdd3l9jl4vliilhfnhy7c7f2vlldqg1b0i74khn375sf";
310 };
310 };
311 meta = {
311 meta = {
312 license = [ pkgs.lib.licenses.bsdOriginal ];
312 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -11,7 +11,7 b' dulwich==0.13.0'
11 hgsubversion==1.9.3
11 hgsubversion==1.9.3
12 hg-evolve==8.0.1
12 hg-evolve==8.0.1
13 mako==1.0.7
13 mako==1.0.7
14 markupsafe==1.0.0
14 markupsafe==1.1.0
15 mercurial==4.6.2
15 mercurial==4.6.2
16 msgpack-python==0.5.6
16 msgpack-python==0.5.6
17
17
General Comments 0
You need to be logged in to leave comments. Login now