python313Packages.aioacaia: 0.1.12 -> 0.1.13

https://github.com/zweckj/aioacaia/releases/tag/v0.1.13
This commit is contained in:
Martin Weinelt
2025-01-05 02:56:46 +01:00
parent b8327e3728
commit 900a1bdf26
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aioacaia";
version = "0.1.12";
version = "0.1.13";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "aioacaia";
tag = "v${version}";
hash = "sha256-XtHze2EYLSGm3u8aG6vbogqki83k1mBKy/bC8gCCoWQ=";
hash = "sha256-c+xtVUSyH9dBz97eI+8YYG/yW08kZFLNXnHudxYchCE=";
};
build-system = [ setuptools ];