python3Packages.aiomealie: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm
2025-12-03 10:44:30 -08:00
committed by Robert Schütz
parent 9c8c522be0
commit a583d3400e
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "1.0.1";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
tag = "v${version}";
hash = "sha256-J0G0vRFkYZDDVBYxd4Dc/tSZJ991H1F2Acsew0zf9Oo=";
hash = "sha256-sz/8b0iTtvS4RPBJynvGKf5oiRPJ9Lu/z6leZ1Hoqns=";
};
build-system = [ poetry-core ];