python312Packages.lxml: 5.2.2 -> 5.3.0 (#334115)

This commit is contained in:
Sandro
2024-09-10 17:49:53 +02:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "lxml";
version = "5.2.2";
version = "5.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lxml";
repo = "lxml";
rev = "refs/tags/lxml-${version}";
hash = "sha256-c9r2uqjXmQOXyPCsJTzi1OatkQ9rhJbKqpxaoFz2l18=";
hash = "sha256-xhKtqsh5FfgXt1fKUhN/Aib/004P7epArv3/XxDSBtw=";
};
# setuptoolsBuildPhase needs dependencies to be passed through nativeBuildInputs