Merge pull request #176859 from fabaff/quantum-gateway-bump

python310Packages.quantum-gateway: 0.0.6 -> 0.0.8
This commit is contained in:
Fabian Affolter 2022-06-08 12:00:10 +02:00 committed by GitHub
commit 339b797f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";