python312Packages.aioacaia: 0.1.10 -> 0.1.11

https://github.com/zweckj/aioacaia/releases/tag/v0.1.11
This commit is contained in:
Martin Weinelt
2024-12-11 05:07:10 +01:00
parent 7dcd9f1e0a
commit 1898efc3bf
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioacaia";
version = "0.1.10";
version = "0.1.11";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "aioacaia";
rev = "refs/tags/v${version}";
hash = "sha256-Lp7sYnVzk1w7zgKDtoBMrzArTNAQ3jgt4Ch3uJ8ZDyY=";
hash = "sha256-9lRF3NrJ/Zl7ZOihiUiflxCjUi9WHjovgbpFebJJl9M=";
};
build-system = [ setuptools ];