Skip to content

Commit

Permalink
pythonPackages.lxml: 4.6.2 -> 4.6.3
Browse files Browse the repository at this point in the history
addressing CVE-2021-28957
  • Loading branch information
risicle committed Mar 27, 2021
1 parent dabcb87 commit c1360ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/lxml/default.nix
Expand Up @@ -8,13 +8,13 @@

buildPythonPackage rec {
pname = "lxml";
version = "4.6.2";
version = "4.6.3";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "${pname}-${version}";
sha256 = "1zidx62sxh2r4fmjfjzd4f6i4yxgzkpd20nafbyr0i0wnw9da3fd";
sha256 = "1rhkv75qr4ij3653l97sy752gyp6f20sxfpiqp1vp08fpy47q8qn";
};

# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs
Expand Down

0 comments on commit c1360ac

Please sign in to comment.