python3Packages.tcxparser: 2.4.0 -> 2.4.0-r1

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
tcxparser
+2 -2
pkgs/development/python-modules/tcxparser/default.nix
···
buildPythonPackage rec {
pname = "tcxparser";
-
version = "2.4.0";
+
version = "2.4.0-r1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "vkurup";
repo = "python-tcxparser";
tag = version;
-
hash = "sha256-YZgzvwRy47MOTClAeJhzD6kZhGgCeVSGko6LgR/Uy0o=";
+
hash = "sha256-lQczTuxmxu4nCPJsgblrW2RXST7kvhtPnscemwXCx0Y=";
};
build-system = [