toot: 0.51.0 -> 0.51.1

This commit is contained in:
R. Ryantm
2026-02-14 14:17:41 +00:00
parent 9a09eea96b
commit 545aeb58bc
+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 ];