Merge pull request #176859 from fabaff/quantum-gateway-bump
python310Packages.quantum-gateway: 0.0.6 -> 0.0.8
This commit is contained in:
commit
339b797f50
1 changed files with 7 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "quantum-gateway";
|
||||
version = "0.0.6";
|
||||
version = "0.0.8";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "cisasteelersfan";
|
||||
repo = "quantum_gateway";
|
||||
rev = version;
|
||||
sha256 = "f2LYOr9xJSfbA/1aHfll5lg7r05o855Zkkk9HuRamP8=";
|
||||
hash = "sha256-jwLfth+UaisPR0p+UHfm6qMXT2eSYWnsYEp0BqyeI9U=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -39,6 +39,11 @@ buildPythonPackage rec {
|
|||
"quantum_gateway"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Tests require network features
|
||||
"TestGateway3100"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python library for interacting with Verizon Fios Quantum gateway devices";
|
||||
homepage = "https://github.com/cisasteelersfan/quantum_gateway";
|
||||
|
|
Loading…
Reference in a new issue