about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-09 10:25:49 -0500
committerGitHub <noreply@github.com>2022-10-09 10:25:49 -0500
commitacf72f0419600d654552458e85faffa94def3148 (patch)
treeef415c324993610c5d6cb3eda3dec51ff6b30e85 /pkgs
parent253e532f647e266e0d88ac590d1cc0c7d7627c9d (diff)
parent0d3a23d218e69f830d48457ad489ebce391fa5d8 (diff)
Merge pull request #193695 from r-ryantm/auto-update/python310Packages.timetagger
python310Packages.timetagger: 22.6.6 -> 22.9.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/timetagger/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/timetagger/default.nix b/pkgs/development/python-modules/timetagger/default.nix
index b9454f9ad097d..5bd7d15d11219 100644
--- a/pkgs/development/python-modules/timetagger/default.nix
+++ b/pkgs/development/python-modules/timetagger/default.nix
@@ -16,13 +16,13 @@
 
 buildPythonPackage rec {
   pname = "timetagger";
-  version = "22.6.6";
+  version = "22.9.3";
 
   src = fetchFromGitHub {
     owner = "almarklein";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-2qPtC8gsRw9ZOkl+H8euTwTrPVAB0cdfFflhbLqXz/I=";
+    sha256 = "sha256-9YmO0nD6QSFMSXsWlfbRxNWW1nwe7WXinC9pLe7rDEY=";
   };
 
   propagatedBuildInputs = [