python313Packages.aiontfy: 0.5.4 -> 0.5.5

Diff: https://github.com/tr4nt0r/aiontfy/compare/v0.5.4...v0.5.5

Changelog: https://github.com/tr4nt0r/aiontfy/releases/tag/v0.5.5
This commit is contained in:
Fabian Affolter
2025-09-11 20:56:12 +02:00
parent ded1b3dd48
commit fbf017d5ea
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "aiontfy";
version = "0.5.4";
version = "0.5.5";
pyproject = true;
src = fetchFromGitHub {
owner = "tr4nt0r";
repo = "aiontfy";
tag = "v${version}";
hash = "sha256-kJ6hf7CaE0uTZ7w3ggErDbXm8tYzSxstQ0qjKHlVytI=";
hash = "sha256-mWpMMhAMb5q7gcbfqDHi4CFgQOgRAvmpFDW57qMkGkk=";
};
build-system = [