python312Packages.types-lxml: 2024.08.07 -> 2024.09.16

This commit is contained in:
R. Ryantm
2024-09-16 22:46:18 +00:00
parent 3540ebe553
commit 66fb3dc32d
@@ -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 ];