Loading pkgs/development/python-modules/timetagger/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "timetagger"; version = "24.12.2"; version = "25.06.1"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "almarklein"; repo = "timetagger"; tag = "v${version}"; hash = "sha256-YzMVjIsi7MGIwt828xE3FYobrh9CUz5FqCIogXjmOcM="; hash = "sha256-fuZj4DoqtgIcRd/u7l0GsWqmuLEgF3BW5gN5wY8FdK0="; }; propagatedBuildInputs = [ Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/timetagger/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "timetagger"; version = "24.12.2"; version = "25.06.1"; format = "setuptools"; disabled = pythonOlder "3.6"; Loading @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "almarklein"; repo = "timetagger"; tag = "v${version}"; hash = "sha256-YzMVjIsi7MGIwt828xE3FYobrh9CUz5FqCIogXjmOcM="; hash = "sha256-fuZj4DoqtgIcRd/u7l0GsWqmuLEgF3BW5gN5wY8FdK0="; }; propagatedBuildInputs = [ Loading Loading @@ -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 ]; }; Loading