python313Packages.aioacaia: 0.1.13 -> 0.1.14

Diff: https://github.com/zweckj/aioacaia/compare/refs/tags/v0.1.13...v0.1.14

Changelog: https://github.com/zweckj/aioacaia/releases/tag/v0.1.14
This commit is contained in:
Fabian Affolter
2025-01-24 08:22:31 +01:00
parent fd4b8f2bf0
commit 574a2f23fe
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioacaia";
version = "0.1.13";
version = "0.1.14";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "aioacaia";
tag = "v${version}";
hash = "sha256-c+xtVUSyH9dBz97eI+8YYG/yW08kZFLNXnHudxYchCE=";
hash = "sha256-246/chGOaBlhEsoRcplWhRWvmaYgk6stRVqU+Crh+Kw=";
};
build-system = [ setuptools ];