python312Packages.aioacaia: 0.1.9 -> 0.1.10

Diff: https://github.com/zweckj/aioacaia/compare/refs/tags/v0.1.9...v0.1.10

Changelog: https://github.com/zweckj/aioacaia/releases/tag/v0.1.10
This commit is contained in:
Fabian Affolter
2024-11-30 15:43:01 +01:00
parent d772438feb
commit d431018bd4
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioacaia";
version = "0.1.9";
version = "0.1.10";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "aioacaia";
rev = "refs/tags/v${version}";
hash = "sha256-cD9NGGRDsFalrcmaTGPOjkh0+KbPW/MyBq79RNQZQ64=";
hash = "sha256-Lp7sYnVzk1w7zgKDtoBMrzArTNAQ3jgt4Ch3uJ8ZDyY=";
};
build-system = [ setuptools ];