Merge pull request #117788 from risicle/ris-lxml-4.6.3

pythonPackages.lxml: 4.6.2 -> 4.6.3, addressing CVE-2021-28957
This commit is contained in:
Martin Weinelt 2021-03-27 23:31:02 +01:00 committed by GitHub
commit 1b44e72fec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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