Merge pull request #285414 from r-ryantm/auto-update/python312Packages.tcxreader
python312Packages.tcxreader: 0.4.6 -> 0.4.9
This commit is contained in:
commit
918ec1b01f
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "tcxreader";
|
||||
version = "0.4.6";
|
||||
version = "0.4.9";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "alenrajsp";
|
||||
repo = "tcxreader";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-J7yzJfJr2EK/0hZLVgk+Poqr/vY/9bsgA6cePTQ45U0=";
|
||||
hash = "sha256-N/YsH1P8F9bSuzTgrYNU6xEO/yldXNIXMN0pQgIesfc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "A reader for Garmin’s TCX file format";
|
||||
homepage = "https://github.com/alenrajsp/tcxreader";
|
||||
changelog = "https://github.com/alenrajsp/tcxreader/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ firefly-cpp ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue