lol

toot: 0.47.1 -> 0.50.1 (#437221)

authored by

Peder Bergebakken Sundt and committed by
GitHub
b6c0e89c a4f6667c

+3 -3
+3 -3
pkgs/by-name/to/toot/package.nix
··· 7 7 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "toot"; 10 - version = "0.47.1"; 10 + version = "0.50.1"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "ihabunek"; 15 15 repo = "toot"; 16 16 tag = version; 17 - hash = "sha256-cdlLZL3XZDgEXbac3Kgm9o61SOpoZzWD6C1DDwj6eNo="; 17 + hash = "sha256-qcxJeUDRYVFcyrvecG5xGy02O7otj1fg0HgBMuGS1d4="; 18 18 }; 19 19 20 20 nativeCheckInputs = with python3Packages; [ pytest ]; ··· 25 25 ]; 26 26 27 27 dependencies = with python3Packages; [ 28 + python-dateutil 28 29 requests 29 30 beautifulsoup4 30 31 wcwidth 31 32 urwid 32 - urwidgets 33 33 tomlkit 34 34 click 35 35 pillow