python310Packages.lxml: 4.9.2 -> 4.9.3-3
Diff: https://github.com/lxml/lxml/compare/refs/tags/lxml-4.9.2...lxml-4.9.3-3
This commit is contained in:
committed by
Martin Weinelt
parent
4ccda2d36d
commit
c34f0668ef
@@ -8,13 +8,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lxml";
|
||||
version = "4.9.2";
|
||||
version = "4.9.3-3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/lxml-${version}";
|
||||
hash = "sha256-IHuTlcDbrZHvS6Gtx48IkznVU+9WxZT9XHUZf8M1WOE=";
|
||||
hash = "sha256-Vrizi+6jUUEx7qODU4PAH5ZmvBIyT9H18+QpYB0m1f4=";
|
||||
};
|
||||
|
||||
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs
|
||||
|
||||
Reference in New Issue
Block a user