python3Packages.aioasuswrt: 1.5.4 -> 2.0.8

https://github.com/kennedyshead/aioasuswrt/releases/tag/V2.0.8

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:31:29 +01:00
parent 9c7e68485c
commit cf0d016be5
@@ -1,6 +1,7 @@
{
lib,
asyncssh,
bcrypt,
buildPythonPackage,
fetchFromGitHub,
pytest-cov-stub,
@@ -12,19 +13,22 @@
buildPythonPackage rec {
pname = "aioasuswrt";
version = "1.5.4";
version = "2.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "kennedyshead";
repo = "aioasuswrt";
tag = "V${version}";
hash = "sha256-tsvtOe3EX/Z7g6Z0MM2npYOTEJoKV9wUbhkhcROILxE=";
hash = "sha256-ax2XvZjZ1P8p80JW2WZAy2pdBKgwxuEaf6Erdna8E1s=";
};
build-system = [ setuptools ];
dependencies = [ asyncssh ];
dependencies = [
asyncssh
bcrypt
];
nativeCheckInputs = [
pytest-asyncio