python3Packages.junitparser: 3.2.0 -> 4.0.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:22 +01:00
parent 061fe902f7
commit dacf175e96
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
glibcLocales,
lxml,
pytestCheckHook,
@@ -9,16 +10,18 @@
buildPythonPackage rec {
pname = "junitparser";
version = "3.2.0";
format = "setuptools";
version = "4.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "weiwei";
repo = "junitparser";
rev = version;
hash = "sha256-efP9t5eto6bcjk33wpJmunLlPH7wUwAa6/OjjYG/fgM=";
tag = version;
hash = "sha256-+81n5xW9SEE+NZbYKxXu6xupoq4/haUZokVardh43iM=";
};
build-system = [ setuptools ];
nativeCheckInputs = [
pytestCheckHook
lxml