Merge pull request #331846 from r-ryantm/auto-update/timetagger_cli

timetagger_cli: 23.8.3 -> 24.7.1
This commit is contained in:
Matthias Beyer
2024-08-03 10:17:06 +02:00
committed by GitHub
+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; [