python3Packages.types-lxml: 2025.03.04 -> 2025.03.30

https://github.com/abelcheung/types-lxml/releases/tag/2025.03.30

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:35 +02:00
parent d26aacdc41
commit 08d915396d
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "types-lxml";
version = "2025.03.04";
version = "2025.03.30";
pyproject = true;
src = fetchFromGitHub {
owner = "abelcheung";
repo = "types-lxml";
tag = version;
hash = "sha256-dA9sspqEChHarwk2LrK2F7Ehri2ffjOlGk3nj4KFsfU=";
hash = "sha256-+H1VOO72/zq0nITq2a+4wEarPqBdBF7wIfRShFBsLPw=";
};
pythonRelaxDeps = [ "beautifulsoup4" ];