python3Packages.lxml: 4.6.3 -> 4.6.4-5

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:58 -08:00
parent 4483ea6e17
commit af2a1ca6e3
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -8,13 +8,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "lxml"; pname = "lxml";
version = "4.6.3"; version = "4.6.4-5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "${pname}-${version}"; rev = "lxml-${version}";
sha256 = "1rhkv75qr4ij3653l97sy752gyp6f20sxfpiqp1vp08fpy47q8qn"; sha256 = "159cc48nl40qsx8pc8sasgny5xc0s3y0xrq3w3aw53s3ijncsgfl";
}; };
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs # setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs