pythonPackages.lxml: 4.6.2 -> 4.6.3

addressing CVE-2021-28957
This commit is contained in:
Robert Scott 2021-03-27 13:13:42 +00:00
parent dabcb87cd8
commit c1360ac05f

View file

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