dependencies: bumped bleach to 2.2.3

This commit is contained in:
Marcin Kuzminski 2018-04-24 14:19:00 +02:00
parent c86b1b4ad4
commit ee43aa69ae
2 changed files with 4 additions and 4 deletions

View file

@ -393,13 +393,13 @@
};
};
bleach = super.buildPythonPackage {
name = "bleach-2.1.2";
name = "bleach-2.1.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six html5lib];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/b3/5f/0da670d30d3ffbc57cc97fa82947f81bbe3eab8d441e2d42e661f215baf2/bleach-2.1.2.tar.gz";
sha256 = "38fc8cbebea4e787d8db55d6f324820c7f74362b70db9142c1ac7920452d1a19";
url = "https://files.pythonhosted.org/packages/eb/ea/58428609442130dc31d3a59010bf6cbd263a16c589d01d23b7c1e6997e3b/bleach-2.1.3.tar.gz";
sha256 = "eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44";
};
meta = {
license = [ pkgs.lib.licenses.asl20 ];