about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-16 07:50:20 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-16 07:50:20 -0800
commita2e621d20daa361603735c94414f6d02c340cca1 (patch)
treecac935621287786657aa2ef732397b984c944e18 /pkgs/applications/office
parent617d1d1f174b684df15cb715088e60940a800ce8 (diff)
parent9b1d57f7773c4c80d1b930a89c198679ec88a9c4 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/todoman/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/todoman/default.nix b/pkgs/applications/office/todoman/default.nix
index 8c7b4ee438429..f1740b326dcfa 100644
--- a/pkgs/applications/office/todoman/default.nix
+++ b/pkgs/applications/office/todoman/default.nix
@@ -9,11 +9,11 @@ let
 in
 buildPythonApplication rec {
   pname = "todoman";
-  version = "4.0.0";
+  version = "4.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4c4d0c6533da8d553f3dd170c9c4ff3752eb11fd7177ee391414a39adfef60ad";
+    sha256 = "ec88f8009321e77deb0ae682f7d036c139edf4175f8413011b532905c6e7d2b1";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;
@@ -90,8 +90,8 @@ buildPythonApplication rec {
 
       Todoman is part of the pimutils project
     '';
+    changelog = "https://github.com/pimutils/todoman/raw/v${version}/CHANGELOG.rst";
     license = licenses.isc;
     maintainers = with maintainers; [ leenaars ];
-    platforms = platforms.linux;
   };
 }