timetagger_cli: 24.7.1 -> 25.5.1

This commit is contained in:
R. Ryantm 2025-05-31 00:17:19 +00:00
parent cbc137c04a
commit cba3d19e35

View file

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "timetagger_cli"; pname = "timetagger_cli";
version = "24.7.1"; version = "25.5.1";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "almarklein"; owner = "almarklein";
repo = "timetagger_cli"; repo = "timetagger_cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-PEuSFDkBqDegZD0Nh8jRJ/zm/6vT2lq7/llbXBvojkc="; hash = "sha256-UklsHcVyCpWDHOxu+oB8RvwY+laEBFnDyjejS/GzgHE=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [