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