toot: 0.38.1 -> 0.38.2

Changelog: https://github.com/ihabunek/toot/releases/tag/0.38.2

+2 -3
+2 -3
pkgs/applications/misc/toot/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "toot"; 5 - version = "0.38.1"; 5 + version = "0.38.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ihabunek"; 9 9 repo = "toot"; 10 10 rev = "refs/tags/${version}"; 11 - sha256 = "sha256-gT9xKFanQhptt46nkdzYsZ6Vu0Nab0oRsvEHVRNf8DQ="; 11 + sha256 = "sha256-0L/5i+m0rh1VjsZ0N2cshi+Nw951ASjMf5y6JxV53ko="; 12 12 }; 13 13 14 14 nativeCheckInputs = with python3Packages; [ pytest ]; ··· 30 30 }; 31 31 32 32 } 33 -