nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

timetagger: 24.12.2 -> 25.06.1 (#415570)

authored by

R. RyanTM and committed by
GitHub
efe987c2 f5fd10f1

+3 -3
+3 -3
pkgs/development/python-modules/timetagger/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "timetagger"; 22 - version = "24.12.2"; 22 + version = "25.06.1"; 23 23 format = "setuptools"; 24 24 25 25 disabled = pythonOlder "3.6"; ··· 28 28 owner = "almarklein"; 29 29 repo = "timetagger"; 30 30 tag = "v${version}"; 31 - hash = "sha256-YzMVjIsi7MGIwt828xE3FYobrh9CUz5FqCIogXjmOcM="; 31 + hash = "sha256-fuZj4DoqtgIcRd/u7l0GsWqmuLEgF3BW5gN5wY8FdK0="; 32 32 }; 33 33 34 34 propagatedBuildInputs = [ ··· 57 57 description = "Library to interact with TimeTagger"; 58 58 mainProgram = "timetagger"; 59 59 homepage = "https://github.com/almarklein/timetagger"; 60 - changelog = "https://github.com/almarklein/timetagger/releases/tag/v${version}"; 60 + changelog = "https://github.com/almarklein/timetagger/releases/tag/${src.tag}"; 61 61 license = licenses.gpl3Only; 62 62 maintainers = with maintainers; [ matthiasbeyer ]; 63 63 };