From 8fcaf10c383b7649a42c4607817c7cc72fbd5b85 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 15 Oct 2025 10:35:48 +0300 Subject: [PATCH] gnu: toot: Update inputs. * gnu/packages/fediverse.scm (toot)[inputs]: Replace python-urwid-3 with python-urwid. Change-Id: I807a7a7c006fa30753b17e2e5f4fbd76b4f2fe21 --- gnu/packages/fediverse.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/fediverse.scm b/gnu/packages/fediverse.scm index fdfd25f52c982378ebaa2157d71b4c414fee0cf4..e2bbb622edfe6958dff938a09232a5a9bc017bdd 100644 --- a/gnu/packages/fediverse.scm +++ b/gnu/packages/fediverse.scm @@ -138,7 +138,7 @@ the federation of interconnected video hosting services.") python-dateutil python-requests python-tomlkit - python-urwid-3 + python-urwid python-wcwidth ;; Required to display images in the TUI python-pillow