3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #91868 from r-ryantm/auto-update/todoman

todoman: 3.7.0 -> 3.8.0
This commit is contained in:
Maximilian Bosch 2020-07-01 00:35:11 +02:00 committed by GitHub
commit 98147846ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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