python312Packages.tcxreader: 0.4.9 -> 0.4.10

This commit is contained in:
R. Ryantm 2024-04-08 14:38:36 +00:00
parent f6eb921406
commit 86f335235e
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "tcxreader";
version = "0.4.9";
version = "0.4.10";
pyproject = true;
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "alenrajsp";
repo = "tcxreader";
rev = "refs/tags/v${version}";
hash = "sha256-N/YsH1P8F9bSuzTgrYNU6xEO/yldXNIXMN0pQgIesfc=";
hash = "sha256-qTAqRzrHFj0nEujlkBohLaprIvvkSYhcDoRfqWIJMjo=";
};
nativeBuildInputs = [