python:html5lib: 0.999 -> 0.999999999
fixes LWN vuln:709146 ref #21289: Vulnerability roundup 14
This commit is contained in:
parent
f3b65f67d9
commit
a737eff5c1
1 changed files with 2 additions and 2 deletions
|
@ -12485,12 +12485,12 @@ in {
|
|||
|
||||
|
||||
html5lib = buildPythonPackage (rec {
|
||||
version = "0.999";
|
||||
version = "0.999999999";
|
||||
name = "html5lib-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://github.com/html5lib/html5lib-python/archive/${version}.tar.gz";
|
||||
sha256 = "1kxl36p0csssaf37zbbc9p4h8l1s7yb1qnfv3d4nixplvrxqkybp";
|
||||
sha256 = "09j6194f5mlnd5xwbavwvnndwl1x91jw74shxl6hcxjp4fxg3h05";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose flake8 ];
|
||||
|
|
Loading…
Reference in a new issue