python313Packages.aiomealie: 0.10.1 -> 0.10.2

Diff: https://github.com/joostlek/python-mealie/compare/v0.10.1...v0.10.2

Changelog: https://github.com/joostlek/python-mealie/releases/tag/v0.10.2
This commit is contained in:
Fabian Affolter
2025-09-02 18:39:00 +02:00
parent 08846d0aa1
commit 84ec9ef65a
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "0.10.1";
version = "0.10.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
tag = "v${version}";
hash = "sha256-RFO/+sO6WJikqxP4MVJiYOiPC+qzOYWLzVAOjd4DkVA=";
hash = "sha256-VOUtSHxixGpfeP4G0puB1RPgaqvell1SBO7akEnLzrg=";
};
build-system = [ poetry-core ];