python313Packages.aiomealie: 1.1.1 -> 1.2.0

Diff: https://github.com/joostlek/python-mealie/compare/v1.1.1...v1.2.0

Changelog: https://github.com/joostlek/python-mealie/releases/tag/v1.2.0
This commit is contained in:
Fabian Affolter
2026-01-17 15:27:22 +01:00
committed by Martin Weinelt
parent 7a3cbfadf5
commit b10bef949e
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "1.1.1";
version = "1.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "joostlek";
repo = "python-mealie";
tag = "v${version}";
hash = "sha256-qiLynV/nJkejUVyS3p12bcAR3+Oj+XKp7Z/zVpxb84I=";
hash = "sha256-Q+8EZHZqbv5IEqhwCKhRPgr1Cfs/zVhLiwFgCZnNcW4=";
};
build-system = [ poetry-core ];