Show More
@@ -302,11 +302,11 b' self: super: {' | |||
|
302 | 302 | }; |
|
303 | 303 | }; |
|
304 | 304 | "markupsafe" = super.buildPythonPackage { |
|
305 | name = "markupsafe-1.0"; | |
|
305 | name = "markupsafe-1.1.0"; | |
|
306 | 306 | doCheck = false; |
|
307 | 307 | src = fetchurl { |
|
308 |
url = "https://files.pythonhosted.org/packages/ |
|
|
309 | sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"; | |
|
308 | url = "https://files.pythonhosted.org/packages/ac/7e/1b4c2e05809a4414ebce0892fe1e32c14ace86ca7d50c70f00979ca9b3a3/MarkupSafe-1.1.0.tar.gz"; | |
|
309 | sha256 = "1lxirjypbdd3l9jl4vliilhfnhy7c7f2vlldqg1b0i74khn375sf"; | |
|
310 | 310 | }; |
|
311 | 311 | meta = { |
|
312 | 312 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
General Comments 0
You need to be logged in to leave comments.
Login now