1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python:html5lib: 0.999 -> 0.999999999

fixes LWN vuln:709146
ref #21289: Vulnerability roundup 14
This commit is contained in:
J Phani Mahesh 2016-12-20 12:26:24 +05:30
parent f3b65f67d9
commit a737eff5c1

View file

@ -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 ];