python3Packages.aiotankerkoenig: 0.5.0 -> 0.5.1

Diff: https://github.com/jpbede/aiotankerkoenig/compare/v0.5.0...v0.5.1

Changelog: https://github.com/jpbede/aiotankerkoenig/releases/tag/v0.5.1
This commit is contained in:
Robert Schütz
2026-03-02 11:04:36 -08:00
parent 6bbbaab028
commit fef52ad09e
@@ -6,7 +6,7 @@
fetchFromGitHub,
mashumaro,
orjson,
poetry-core,
hatchling,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aiotankerkoenig";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jpbede";
repo = "aiotankerkoenig";
tag = "v${version}";
hash = "sha256-5rxK6K10kUWEq3RMN8ojQhoy+w7NNbh/9+v8Jl7w4Ak=";
hash = "sha256-TpSVRo8FWltZF5ZQx9kZ3mlJ1bEHVWmIdLVSyaKjj04=";
};
postPatch = ''
@@ -31,7 +31,7 @@ buildPythonPackage rec {
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
aiohttp