python313Packages.aioacaia: 0.1.17 -> 0.1.18

Diff: https://github.com/zweckj/aioacaia/compare/v0.1.17...v0.1.18

Changelog: https://github.com/zweckj/aioacaia/releases/tag/v0.1.18
This commit is contained in:
Fabian Affolter
2025-12-29 11:27:05 +01:00
parent 62d7c553ff
commit 517ebb39a7

View File

@@ -4,22 +4,19 @@
bleak-retry-connector,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "aioacaia";
version = "0.1.17";
version = "0.1.18";
pyproject = true;
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "zweckj";
repo = "aioacaia";
tag = "v${version}";
hash = "sha256-y9NSHiB66ICR+qJcLOdddnkm+f5hd9Zbqamr1UCzdlk=";
hash = "sha256-ltqY1n7Kvpf518q+cL8u+Cyg9BHySb0dopxKNtUdoA4=";
};
build-system = [ setuptools ];
@@ -38,7 +35,7 @@ buildPythonPackage rec {
description = "Async implementation of pyacaia";
homepage = "https://github.com/zweckj/aioacaia";
changelog = "https://github.com/zweckj/aioacaia/releases/tag/${src.tag}";
license = lib.licenses.gpl3Only;
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ fab ];
};
}