about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-12 17:53:26 +0100
committerGitHub <noreply@github.com>2024-01-12 17:53:26 +0100
commitaa951280fe427a5857999e08605c8a0f478ab78f (patch)
tree17700b4fba7ae0e3abd3e8cfd434e183261cc282 /pkgs
parent3df27fe65cbcc5fe815fa5ab1c4394d888984c40 (diff)
parent86d7cf3533f312e01c27f0f3b0a9b87f0a58f23c (diff)
Merge pull request #280171 from Huy-Ngo/toot
toot: 0.38.2 -> 0.41.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/toot/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/applications/misc/toot/default.nix b/pkgs/applications/misc/toot/default.nix
index e74cb435e212b..feb9f188b10e3 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -2,19 +2,22 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "toot";
-  version = "0.38.2";
+  version = "0.41.1";
 
   src = fetchFromGitHub {
     owner  = "ihabunek";
     repo   = "toot";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-0L/5i+m0rh1VjsZ0N2cshi+Nw951ASjMf5y6JxV53ko=";
+    sha256 = "sha256-FwxA8YJzNKEK5WjdDi8PIufHh+SRVMRiFVIQs1iZ0UY=";
   };
 
   nativeCheckInputs = with python3Packages; [ pytest ];
 
   propagatedBuildInputs = with python3Packages;
-    [ requests beautifulsoup4 future wcwidth urwid psycopg2 tomlkit ];
+  [
+    requests beautifulsoup4 future wcwidth
+    urwid urwidgets psycopg2 tomlkit click
+  ];
 
   checkPhase = ''
     py.test