toot: 0.36.0 -> 0.37.0

Changes: https://github.com/ihabunek/toot/releases/tag/0.37.0
This commit is contained in:
Sergei Trofimovich 2023-07-18 08:17:05 +01:00
parent 083a9cb41f
commit 420a207d49

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "toot";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "refs/tags/${version}";
sha256 = "sha256-gEQA9PASSKAMqulOaK8ynBXX7BdptY1uwdS1tOf3/Jc=";
sha256 = "sha256-NmxBiFLjAW4kwuChbgR5VsAOpgE6sJOO/MmfRhotb40=";
};
nativeCheckInputs = with python3Packages; [ pytest ];