Unverified Commit efe987c2 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

timetagger: 24.12.2 -> 25.06.1 (#415570)

parent f5fd10f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "timetagger";
  version = "24.12.2";
  version = "25.06.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "almarklein";
    repo = "timetagger";
    tag = "v${version}";
    hash = "sha256-YzMVjIsi7MGIwt828xE3FYobrh9CUz5FqCIogXjmOcM=";
    hash = "sha256-fuZj4DoqtgIcRd/u7l0GsWqmuLEgF3BW5gN5wY8FdK0=";
  };

  propagatedBuildInputs = [
@@ -57,7 +57,7 @@ buildPythonPackage rec {
    description = "Library to interact with TimeTagger";
    mainProgram = "timetagger";
    homepage = "https://github.com/almarklein/timetagger";
    changelog = "https://github.com/almarklein/timetagger/releases/tag/v${version}";
    changelog = "https://github.com/almarklein/timetagger/releases/tag/${src.tag}";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ matthiasbeyer ];
  };