python3Packages.lxml: 4.4.2 -> 4.5.0
This commit is contained in:
parent
3668d993a3
commit
c7eee5ddac
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "lxml";
|
pname = "lxml";
|
||||||
version = "4.4.2";
|
version = "4.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "0h4axgcghshcvh1nn39l64xxhylglm3b00hh2rbi1ifvly5mx24f";
|
sha256 = "1i3bhg8xb502afq4ar3kgvvi1hy83l4af2gznfwqvb5b221fr7ak";
|
||||||
};
|
};
|
||||||
|
|
||||||
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs
|
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs
|
||||||
|
Loading…
Reference in New Issue
Block a user