python313Packages.aiomealie: 0.9.5 -> 0.9.6 (#416606)

This commit is contained in:
Fabian Affolter
2025-06-14 19:34:00 +02:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "0.9.5";
version = "0.9.6";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
tag = "v${version}";
hash = "sha256-hcHXX95d9T/jJMqHkikWN8ZdM5MRxJxhH575U3KDXxY=";
hash = "sha256-jjqukg8x5CDatEcmEAEdWtRrIa/6+iaiFYGRYUg40Dg=";
};
build-system = [ poetry-core ];