pythonPackages.lxml: 4.5.2 -> 4.6.2 (#107408)
This commit is contained in:
parent
37c77840b8
commit
b14d8bae27
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lxml";
|
pname = "lxml";
|
||||||
version = "4.5.2";
|
version = "4.6.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "1d0cpwdjxfzwjzmnz066ibzicyj2vhx15qxmm775l8hxqi65xps4";
|
sha256 = "1zidx62sxh2r4fmjfjzd4f6i4yxgzkpd20nafbyr0i0wnw9da3fd";
|
||||||
};
|
};
|
||||||
|
|
||||||
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs
|
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user