python3Packages.aiomealie: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2025-08-04 05:19:57 +00:00
parent 3360ea758b
commit e37126fccb
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "0.10.0";
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
tag = "v${version}";
hash = "sha256-PpmgXiKJ8qQKHt7FVWpNgt3XKwqZ2caIcm7EO7UsfbI=";
hash = "sha256-RFO/+sO6WJikqxP4MVJiYOiPC+qzOYWLzVAOjd4DkVA=";
};
build-system = [ poetry-core ];