dependencies: bumped bleach==3.1.3
This commit is contained in:
parent
dbb2f72cb1
commit
a8f3e8359d
2 changed files with 4 additions and 4 deletions
|
|
@ -146,15 +146,15 @@ self: super: {
|
|||
};
|
||||
};
|
||||
"bleach" = super.buildPythonPackage {
|
||||
name = "bleach-3.1.0";
|
||||
name = "bleach-3.1.3";
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
self."six"
|
||||
self."webencodings"
|
||||
];
|
||||
src = fetchurl {
|
||||
url = "https://files.pythonhosted.org/packages/78/5a/0df03e8735cd9c75167528299c738702437589b9c71a849489d00ffa82e8/bleach-3.1.0.tar.gz";
|
||||
sha256 = "1yhrgrhkln8bd6gn3imj69g1h4xqah9gaz9q26crqr6gmmvpzprz";
|
||||
url = "https://files.pythonhosted.org/packages/de/09/5267f8577a92487ed43bc694476c4629c6eca2e3c93fcf690a26bfe39e1d/bleach-3.1.3.tar.gz";
|
||||
sha256 = "0al437aw4p2xp83az5hhlrp913nsf0cg6kg4qj3fjhv4wakxipzq";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.asl20 ];
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
amqp==2.5.2
|
||||
babel==1.3
|
||||
beaker==1.9.1
|
||||
bleach==3.1.0
|
||||
bleach==3.1.3
|
||||
celery==4.3.0
|
||||
channelstream==0.5.2
|
||||
click==7.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue