python3Packages.lxml: 4.6.4-5 -> 4.7.1 (#150913)

This commit is contained in:
Robert Scott 2021-12-25 22:00:56 +00:00 committed by GitHub
parent 06a2216eba
commit 9e9b71c11c
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.4-5";
version = "4.7.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "lxml-${version}";
sha256 = "159cc48nl40qsx8pc8sasgny5xc0s3y0xrq3w3aw53s3ijncsgfl";
sha256 = "0xji4kcw1fl3nqg04q6zlympkx2kv2s1r1p18763dshgpisqgiq4";
};
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs