about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-07-01 00:35:11 +0200
committerGitHub <noreply@github.com>2020-07-01 00:35:11 +0200
commit98147846efd618126c01d909fc03c56f7b5ea413 (patch)
tree0b5f8eb035fd9659c22a441f82feb925e0335dac /pkgs/applications/office
parent22f899c86a1d3d4c319bd3947f36b079526d75ca (diff)
parent13dbc08770eeff69694f9ab54f94b3316db5fbb3 (diff)
Merge pull request #91868 from r-ryantm/auto-update/todoman
todoman: 3.7.0 -> 3.8.0
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/todoman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/todoman/default.nix b/pkgs/applications/office/todoman/default.nix
index e18a11a7448bd..092a776ae6062 100644
--- a/pkgs/applications/office/todoman/default.nix
+++ b/pkgs/applications/office/todoman/default.nix
@@ -5,11 +5,11 @@ let
 in
 buildPythonApplication rec {
   pname = "todoman";
-  version = "3.7.0";
+  version = "3.8.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "16brw2zhm5vamffin6qjb0lxjlj3ba40vaficl851nw2xh2mrdhy";
+    sha256 = "1aq7f63bhs9dnwzp15nfr07f2ki6s3lnqfap3b09rhchn6lfznwb";
   };
 
     LOCALE_ARCHIVE = stdenv.lib.optionalString stdenv.isLinux