python312Packages.types-lxml: 2024.08.07 -> 2024.09.16 (#342415)

This commit is contained in:
Fabian Affolter
2024-09-17 08:27:44 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "types-lxml";
version = "2024.08.07";
version = "2024.09.16";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "abelcheung";
repo = "types-lxml";
rev = "refs/tags/${version}";
hash = "sha256-odllaOqqVGI/k84cro5YXkhDlUx+BRSe5WWwYWXhCY0=";
hash = "sha256-LQqs9wg6kgubY4SygTNQt5YTtF3LsFj7+RkAlcp4SSo=";
};
build-system = [ pdm-backend ];