python3Packages.aiomealie: 1.2.2 -> 1.2.4

This commit is contained in:
R. Ryantm
2026-05-07 02:59:16 +02:00
committed by Martin Weinelt
parent c0b8f361ba
commit c1452f7643
@@ -17,14 +17,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiomealie";
version = "1.2.2";
version = "1.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "joostlek";
repo = "python-mealie";
tag = "v${finalAttrs.version}";
hash = "sha256-2244R2r+b08UG58Amd94Dsn6d59oAiJLL6jOd4ZOqro=";
hash = "sha256-OROL48v5SniYtzuCYZWt9mSXcFqMTO0JB2K+Ym3Ksz4=";
};
build-system = [ poetry-core ];