Merge pull request #323447 from fabaff/aiomealie-bump

python312Packages.aiomealie: 0.4.0 -> 0.5.0
This commit is contained in:
Fabian Affolter
2024-06-30 12:07:50 +02:00
committed by GitHub
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiomealie";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-mealie";
rev = "refs/tags/v${version}";
hash = "sha256-I1CA/YD2pNvBijSQgF/R8v5DfR/xyh0t/HGGiVE5UbY=";
hash = "sha256-pchGl3bkbW2bOQenYoSb0NmDvJqsYYuHHd4oUA9aTFo=";
};
postPatch = ''