toot: 0.51.0 -> 0.51.1 (#490400)

This commit is contained in:
Nikolay Korotkiy
2026-02-14 21:59:57 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "toot";
version = "0.51.0";
version = "0.51.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ihabunek";
repo = "toot";
tag = finalAttrs.version;
hash = "sha256-A3ValIMDPcfrvOdOJIkeurT+fAj1TzGf6cy12yaaBQE=";
hash = "sha256-PZMh11MeJaKipt3E1reZQdL8+qz7gY/8bKleRPjshzI=";
};
nativeCheckInputs = with python3Packages; [ pytest ];