toot: 0.38.1 -> 0.38.2

Changelog: https://github.com/ihabunek/toot/releases/tag/0.38.2
This commit is contained in:
Félix Baylac Jacqué 2023-11-16 18:14:33 +01:00
parent 577d7a6913
commit c79cf2f6ab

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "toot";
version = "0.38.1";
version = "0.38.2";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "refs/tags/${version}";
sha256 = "sha256-gT9xKFanQhptt46nkdzYsZ6Vu0Nab0oRsvEHVRNf8DQ=";
sha256 = "sha256-0L/5i+m0rh1VjsZ0N2cshi+Nw951ASjMf5y6JxV53ko=";
};
nativeCheckInputs = with python3Packages; [ pytest ];
@ -30,4 +30,3 @@ python3Packages.buildPythonApplication rec {
};
}