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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user