python3Packages.aiotankerkoenig: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2026-03-16 20:22:28 +00:00
parent e20b1678e0
commit 976d441876
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aiotankerkoenig";
version = "0.5.1";
version = "0.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jpbede";
repo = "aiotankerkoenig";
tag = "v${version}";
hash = "sha256-TpSVRo8FWltZF5ZQx9kZ3mlJ1bEHVWmIdLVSyaKjj04=";
hash = "sha256-LpaJyx5w0htbvWJ8kL8BlyMdlLOKlR6p+XW7qWMhXZo=";
};
postPatch = ''