Skip to content

Commit

Permalink
python:html5lib: 0.999 -> 0.999999999
Browse files Browse the repository at this point in the history
fixes LWN vuln:709146
ref NixOS#21289: Vulnerability roundup 14

(cherry picked from commit a737eff)
  • Loading branch information
adrianpk committed Dec 25, 2016
1 parent 7a63041 commit daacebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11607,12 +11607,12 @@ in modules // {


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 ];
Expand Down

0 comments on commit daacebf

Please sign in to comment.