python312Packages.aiomealie: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm 2024-10-03 15:08:37 +00:00
parent abf4ea19eb
commit 087becfe00

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "0.9.2";
version = "0.9.3";
pyproject = true;
disabled = pythonOlder "3.11";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
rev = "refs/tags/v${version}";
hash = "sha256-rvizMeV1+tsBQiZl2Am4SjLrFkyhR/SvvLFwOTVP6wI=";
hash = "sha256-FJhmipWE3DE4PRWkEq8/j9iz9HQ7G7J5I9hwjU6e3FA=";
};
build-system = [ poetry-core ];