python3Packages.aiotankerkoenig: 0.5.0 -> 0.5.1 (#495913)

This commit is contained in:
dotlambda
2026-03-03 22:47:13 +00:00
committed by GitHub
@@ -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