python3Packages.tcxparser: 2.4.0 -> 2.4.0-r1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:25 +02:00
parent d5d5b2cc09
commit 44bcee4fc5
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "tcxparser";
version = "2.4.0";
version = "2.4.0-r1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "vkurup";
repo = "python-tcxparser";
tag = version;
hash = "sha256-YZgzvwRy47MOTClAeJhzD6kZhGgCeVSGko6LgR/Uy0o=";
hash = "sha256-lQczTuxmxu4nCPJsgblrW2RXST7kvhtPnscemwXCx0Y=";
};
build-system = [