python312Packages.aiomealie: 0.9.3 -> 0.9.4

https://github.com/joostlek/python-mealie/releases/tag/v0.9.4
This commit is contained in:
Martin Weinelt
2024-12-09 03:46:22 +01:00
parent 7038fcc6dc
commit 887fc9dcb0
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "0.9.3";
version = "0.9.4";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
rev = "refs/tags/v${version}";
hash = "sha256-FJhmipWE3DE4PRWkEq8/j9iz9HQ7G7J5I9hwjU6e3FA=";
hash = "sha256-Sl2n78R/twx4+liob4k0B1pskonYD7B00lo9hz45qIs=";
};
build-system = [ poetry-core ];