about summary refs log tree commit diff
path: root/pkgs/applications/misc/toot
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-23 14:59:17 -0500
committerWill Dietz <w@wdtz.org>2019-03-23 15:04:26 -0500
commit4dc434aa9d493feb6189a566c9e4be5bd3f9f7af (patch)
tree232398f1560c32102022c0c1894e851b4156a79d /pkgs/applications/misc/toot
parent06d7f2d3684dcf72eb6645195c5a66e0bf484595 (diff)
toot: 0.20.0 -> 0.21.0
https://github.com/ihabunek/toot/releases/tag/0.21.0
Diffstat (limited to 'pkgs/applications/misc/toot')
-rw-r--r--pkgs/applications/misc/toot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index 127d9f21d998a..6079c8807dc1a 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -1,20 +1,20 @@
 { stdenv, fetchFromGitHub, python3Packages }:
 
 python3Packages.buildPythonApplication rec {
-  version = "0.20.0";
+  version = "0.21.0";
   name    = "toot-${version}";
 
   src = fetchFromGitHub {
     owner  = "ihabunek";
     repo   = "toot";
     rev    = "${version}";
-    sha256 = "0s5i6fjip5kvvyb59yndi2rhgn962lr0g9b0pi5w2aqnv1mwjbfh";
+    sha256 = "03s81i9rz7dn33r13p7j2c7yw874hkm64x7myddiqw9lc21fyzql";
   };
 
   checkInputs = with python3Packages; [ pytest ];
 
   propagatedBuildInputs = with python3Packages;
-    [ requests beautifulsoup4 future ];
+    [ requests beautifulsoup4 future wcwidth ];
 
   checkPhase = ''
     py.test