toot: 0.34.1 -> 0.36.0 (#227688)

This commit is contained in:
rogarb
2023-04-24 10:00:09 -04:00
committed by GitHub
parent 1754b34d8b
commit 4a5817c44a
+2 -2
View File
@@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "toot";
version = "0.34.1";
version = "0.36.0";
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
rev = "refs/tags/${version}";
sha256 = "sha256-5LTd3FPodYxMm4zZJsAfO0O1Y0AXUxaz+ZtEh6b5Etw=";
sha256 = "sha256-gEQA9PASSKAMqulOaK8ynBXX7BdptY1uwdS1tOf3/Jc=";
};
nativeCheckInputs = with python3Packages; [ pytest ];