about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/zulip-term
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-03-13 22:29:18 +0100
committerRobert Schütz <dev@schuetz-co.de>2021-03-13 22:39:07 +0100
commit3f109f6f275016eb3d93a59be134302f5a27f1ea (patch)
tree60e0cfd2eca7633734ae59390f2f93b6bccff090 /pkgs/applications/networking/instant-messengers/zulip-term
parent916ee862e87ac5ee2439f2fb7856386b4dc906ae (diff)
zulip-term: 0.5.2 -> 0.6.0
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/zulip-term')
-rw-r--r--pkgs/applications/networking/instant-messengers/zulip-term/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zulip-term/default.nix b/pkgs/applications/networking/instant-messengers/zulip-term/default.nix
index 8f4b2200cc550..77935b30f06d5 100644
--- a/pkgs/applications/networking/instant-messengers/zulip-term/default.nix
+++ b/pkgs/applications/networking/instant-messengers/zulip-term/default.nix
@@ -6,14 +6,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "zulip-term";
-  version = "0.5.2";
+  version = "0.6.0";
 
   # no tests on PyPI
   src = fetchFromGitHub {
     owner = "zulip";
     repo = "zulip-terminal";
     rev = version;
-    sha256 = "1xhhy3v4wck74a83avil0rnmsi2grrh03cww19n5mv80p2q1cjmf";
+    sha256 = "sha256-nlvZaGMVRRCu8PZHxPWjNSxkqhZs0T/tE1js/3pDUFk=";
   };
 
   patches = [
@@ -26,7 +26,9 @@ python3.pkgs.buildPythonApplication rec {
     urwid-readline
     beautifulsoup4
     lxml
-    mypy-extensions
+    typing-extensions
+    python-dateutil
+    tzlocal
   ];
 
   checkInputs = [