Skip to content

Commit

Permalink
todoman: 3.7.0 -> 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 30, 2020
1 parent 679136e commit 13dbc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/todoman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13dbc08

Please sign in to comment.