python312Packages.aioacaia: 0.1.11 -> 0.1.12

Diff: https://github.com/zweckj/aioacaia/compare/refs/tags/v0.1.11...v0.1.12

Changelog: https://github.com/zweckj/aioacaia/releases/tag/v0.1.12
This commit is contained in:
Fabian Affolter
2025-01-02 20:51:27 +01:00
parent f78716ee95
commit b989541318
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioacaia";
version = "0.1.11";
version = "0.1.12";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "aioacaia";
rev = "refs/tags/v${version}";
hash = "sha256-9lRF3NrJ/Zl7ZOihiUiflxCjUi9WHjovgbpFebJJl9M=";
hash = "sha256-XtHze2EYLSGm3u8aG6vbogqki83k1mBKy/bC8gCCoWQ=";
};
build-system = [ setuptools ];