python310Packages.quantum-gateway: 0.0.6 -> 0.0.8

This commit is contained in:
Fabian Affolter
2022-06-08 09:57:47 +02:00
committed by Florian Brandes
parent 75318fea1e
commit ff734dd756

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