about summary refs log tree commit diff
path: root/pkgs/applications/misc/toot
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-01-13 15:20:10 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-01-13 15:20:10 +0100
commitb80e93c57908c8084a011392efe4b3b0720dde80 (patch)
tree93d25f4bab434e170ee8cd1564334d349301c752 /pkgs/applications/misc/toot
parent36a8e63fe1c27243d04075b0a9bd492a2a760097 (diff)
toot: 0.29.0 -> 0.33.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 22df6613008f7..91427c7cbb258 100644
--- a/pkgs/applications/misc/toot/default.nix
+++ b/pkgs/applications/misc/toot/default.nix
@@ -2,19 +2,19 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "toot";
-  version = "0.29.0";
+  version = "0.33.1";
 
   src = fetchFromGitHub {
     owner  = "ihabunek";
     repo   = "toot";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-SrPjotEkP8Z2uYB/4eAJAk3Zmzmr0xET69PmkxQCwFQ=";
+    sha256 = "sha256-qZk42zGHWpeN5rZPFw7xAmDIvhPzqTePU3If+p/L98c=";
   };
 
   checkInputs = with python3Packages; [ pytest ];
 
   propagatedBuildInputs = with python3Packages;
-    [ requests beautifulsoup4 future wcwidth urwid ];
+    [ requests beautifulsoup4 future wcwidth urwid psycopg2 ];
 
   checkPhase = ''
     py.test