timetagger_cli: 23.8.3 -> 24.7.1

This commit is contained in:
R. Ryantm
2024-08-04 17:36:19 +02:00
committed by gador
parent c3bc014c13
commit a0845bd7e8
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "timetagger_cli";
version = "23.8.3";
version = "24.7.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "almarklein";
repo = "timetagger_cli";
rev = "refs/tags/v${version}";
hash = "sha256-vOpwMR7/EGf/l5KvlHn7mQ1vGGZ1Whd5x2uxLV9nCbk=";
hash = "sha256-PEuSFDkBqDegZD0Nh8jRJ/zm/6vT2lq7/llbXBvojkc=";
};
propagatedBuildInputs = with python3.pkgs; [