python311Packages.tcxreader: 0.4.4 -> 0.4.5

This commit is contained in:
R. Ryantm
2023-11-25 11:09:33 +00:00
parent 4909f03115
commit 7dae4fd841
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "tcxreader";
version = "0.4.4";
version = "0.4.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -15,8 +15,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "alenrajsp";
repo = "tcxreader";
rev = "v${version}";
hash = "sha256-UJ6F+GcdF0b2gALQWepLyCnWm+6RKBRnBt1eJNoRRzo=";
rev = "refs/tags/v${version}";
hash = "sha256-CiOLcev9fo2BPgnPZZ2borU25f/gKISqRAapAHgLN3w=";
};
nativeCheckInputs = [