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

python310Packages.quantum-gateway: 0.0.6 -> 0.0.8

authored by

Fabian Affolter and committed by
GitHub
339b797f 2429138e

+7 -2
+7 -2
pkgs/development/python-modules/quantum-gateway/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "quantum-gateway"; 15 - version = "0.0.6"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "cisasteelersfan"; 22 repo = "quantum_gateway"; 23 rev = version; 24 - sha256 = "f2LYOr9xJSfbA/1aHfll5lg7r05o855Zkkk9HuRamP8="; 25 }; 26 27 propagatedBuildInputs = [ ··· 37 38 pythonImportsCheck = [ 39 "quantum_gateway" 40 ]; 41 42 meta = with lib; {
··· 12 13 buildPythonPackage rec { 14 pname = "quantum-gateway"; 15 + version = "0.0.8"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "cisasteelersfan"; 22 repo = "quantum_gateway"; 23 rev = version; 24 + hash = "sha256-jwLfth+UaisPR0p+UHfm6qMXT2eSYWnsYEp0BqyeI9U="; 25 }; 26 27 propagatedBuildInputs = [ ··· 37 38 pythonImportsCheck = [ 39 "quantum_gateway" 40 + ]; 41 + 42 + disabledTests = [ 43 + # Tests require network features 44 + "TestGateway3100" 45 ]; 46 47 meta = with lib; {