python3Packages.aiontfy: 0.5.3 -> 0.5.4

https://github.com/tr4nt0r/aiontfy/releases/tag/v0.5.4
This commit is contained in:
Martin Weinelt
2025-09-05 03:36:56 +02:00
parent 8f3fe3a377
commit c2ee006c25
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "aiontfy";
version = "0.5.3";
version = "0.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = "tr4nt0r";
repo = "aiontfy";
tag = "v${version}";
hash = "sha256-xDcx0darzaTRNdtsNTK7rdO5W22Tpt13ZPDOSmO8M8M=";
hash = "sha256-kJ6hf7CaE0uTZ7w3ggErDbXm8tYzSxstQ0qjKHlVytI=";
};
build-system = [