toot: 0.47.1 -> 0.50.1 (#437221)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-01 01:34:52 +02:00
committed by GitHub
+3 -3
View File
@@ -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