dependencies: updated bleach to 3.1.0

This commit is contained in:
Marcin Kuzminski 2019-02-25 21:44:25 +01:00
parent 428a35d29b
commit bf6c34fe08
2 changed files with 4 additions and 4 deletions

View file

@ -146,15 +146,15 @@ self: super: {
};
};
"bleach" = super.buildPythonPackage {
name = "bleach-3.0.2";
name = "bleach-3.1.0";
doCheck = false;
propagatedBuildInputs = [
self."six"
self."webencodings"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/ae/31/680afc7d44040004296a2d8f0584983c2f2386448cd9d0964197e6c1160e/bleach-3.0.2.tar.gz";
sha256 = "06474zg7f73hv8h1xw2wcsmvn2ygj73zxgxxqg8zcx8ap1srdls8";
url = "https://files.pythonhosted.org/packages/78/5a/0df03e8735cd9c75167528299c738702437589b9c71a849489d00ffa82e8/bleach-3.1.0.tar.gz";
sha256 = "1yhrgrhkln8bd6gn3imj69g1h4xqah9gaz9q26crqr6gmmvpzprz";
};
meta = {
license = [ pkgs.lib.licenses.asl20 ];