From 9e236c64900ea8b9d910eceffaceb951c5e470ff Mon Sep 17 00:00:00 2001 From: Olli Helenius Date: Tue, 26 Aug 2025 21:40:26 +0300 Subject: [PATCH] toot: 0.47.1 -> 0.50.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream vendored urwidgets, so it’s no longer needed. --- pkgs/by-name/to/toot/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/to/toot/package.nix b/pkgs/by-name/to/toot/package.nix index 96506125c94a..22ab021d6b74 100644 --- a/pkgs/by-name/to/toot/package.nix +++ b/pkgs/by-name/to/toot/package.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication rec { pname = "toot"; - version = "0.47.1"; + version = "0.50.1"; pyproject = true; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; tag = version; - hash = "sha256-cdlLZL3XZDgEXbac3Kgm9o61SOpoZzWD6C1DDwj6eNo="; + hash = "sha256-qcxJeUDRYVFcyrvecG5xGy02O7otj1fg0HgBMuGS1d4="; }; nativeCheckInputs = with python3Packages; [ pytest ]; @@ -25,11 +25,11 @@ python3Packages.buildPythonApplication rec { ]; dependencies = with python3Packages; [ + python-dateutil requests beautifulsoup4 wcwidth urwid - urwidgets tomlkit click pillow