python3Packages.aiotankerkoenig: 0.5.2 -> 0.5.3

Diff: https://github.com/jpbede/aiotankerkoenig/compare/v0.5.2...v0.5.3

Changelog: https://github.com/jpbede/aiotankerkoenig/releases/tag/v0.5.3
This commit is contained in:
Fabian Affolter
2026-05-15 01:07:13 +02:00
parent 80d6af3a58
commit ff43bb4775
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiotankerkoenig";
version = "0.5.2";
version = "0.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "jpbede";
repo = "aiotankerkoenig";
tag = "v${finalAttrs.version}";
hash = "sha256-LpaJyx5w0htbvWJ8kL8BlyMdlLOKlR6p+XW7qWMhXZo=";
hash = "sha256-0s0wapqMb0R/0aa7jlJLHgs7cXhLrqUjMiwZj2kUGEw=";
};
postPatch = ''