mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python312Packages.aioruckus: 0.42 -> 0.42
https://github.com/ms264556/aioruckus/compare/refs/tags/v0.42...v0.42
This commit is contained in:
parent
5083ec8877
commit
c855128e2c
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioruckus";
|
||||
version = "0.41";
|
||||
version = "0.42";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "ms264556";
|
||||
repo = "aioruckus";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-acu0EWP/k0qyylPtM8IBxhJhhQhXpbG2NheYpD8RTG8=";
|
||||
hash = "sha256-UfyB3qGEDOQ39YA1AueCBXeoJhGH+XDCLZSFA+kpT2k=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@ -50,6 +50,8 @@ buildPythonPackage rec {
|
||||
"test_current_active_clients"
|
||||
"test_mesh_info"
|
||||
"test_system_info"
|
||||
# Network access to Ruckus Cloud API
|
||||
"test_r1_connect_no_webserver_error"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user