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