python310Packages.tcxreader: 0.4.1 -> 0.4.2
This commit is contained in:
parent
0198610c3a
commit
7488a35e58
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tcxreader";
|
pname = "tcxreader";
|
||||||
version = "0.4.1";
|
version = "0.4.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||||
owner = "alenrajsp";
|
owner = "alenrajsp";
|
||||||
repo = "tcxreader";
|
repo = "tcxreader";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-gPoYxdYCHVzSjCxhodRsbd60dGbPQtQQihdT0h3uVpU=";
|
hash = "sha256-YJDuyInO5FCIdz7xE29qOpuH6rPKvO4FZChjgXdc+Aw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A reader for Garmin’s TCX file format.";
|
description = "A reader for Garmin’s TCX file format";
|
||||||
homepage = "https://github.com/alenrajsp/tcxreader";
|
homepage = "https://github.com/alenrajsp/tcxreader";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ firefly-cpp ];
|
maintainers = with maintainers; [ firefly-cpp ];
|
||||||
|
|
Loading…
Reference in a new issue