toot: 0.47.1 -> 0.50.1
Upstream vendored urwidgets, so it’s no longer needed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user