python3Packages.lxml: 4.4.1 -> 4.4.2
This commit is contained in:
parent
5171f0d3ab
commit
e1a4170419
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lxml";
|
pname = "lxml";
|
||||||
version = "4.4.1";
|
version = "4.4.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "1hkl3bhbwiwwfb57nq9lr24rkp782ymfvqrdf9x1wifc79ivlbxw";
|
sha256 = "0h4axgcghshcvh1nn39l64xxhylglm3b00hh2rbi1ifvly5mx24f";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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