Unverified Commit 918ec1b0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #285414 from r-ryantm/auto-update/python312Packages.tcxreader

python312Packages.tcxreader: 0.4.6 -> 0.4.9
parents 4b15b05d 7cc7f7f8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ];
  };