pythonPackages.lxml: 4.5.2 -> 4.6.2 (#107408)

master
sternenseemann 2021-02-13 13:47:23 +01:00 committed by GitHub
parent 37c77840b8
commit b14d8bae27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "lxml";
version = "4.5.2";
version = "4.6.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "${pname}-${version}";
sha256 = "1d0cpwdjxfzwjzmnz066ibzicyj2vhx15qxmm775l8hxqi65xps4";
sha256 = "1zidx62sxh2r4fmjfjzd4f6i4yxgzkpd20nafbyr0i0wnw9da3fd";
};
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs