toot: 0.27.0 -> 0.28.0 (#141354)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Matthias Beyer
Sandro
and committed by
GitHub
ff7c4a94 15847b4b

+3 -3
+3 -3
pkgs/applications/misc/toot/default.nix
··· 1 { lib, fetchFromGitHub, python3Packages }: 2 3 python3Packages.buildPythonApplication rec { 4 - version = "0.27.0"; 5 - name = "toot-${version}"; 6 7 src = fetchFromGitHub { 8 owner = "ihabunek"; 9 repo = "toot"; 10 rev = version; 11 - sha256 = "197g9lvwg8qnsf18kifcqdj3cpfdnxz9vay766rn9bi4nfz0s6j2"; 12 }; 13 14 checkInputs = with python3Packages; [ pytest ];
··· 1 { lib, fetchFromGitHub, python3Packages }: 2 3 python3Packages.buildPythonApplication rec { 4 + pname = "toot"; 5 + version = "0.28.0"; 6 7 src = fetchFromGitHub { 8 owner = "ihabunek"; 9 repo = "toot"; 10 rev = version; 11 + sha256 = "076r6l89gxjwxjpiklidcs8yajn5c2bnqjvbj4wc559iqdqj88lz"; 12 }; 13 14 checkInputs = with python3Packages; [ pytest ];