Merge pull request #158558 from r-ryantm/auto-update/python3.10-zigpy-zigate

python310Packages.zigpy-zigate: 0.7.4 -> 0.8.0

authored by Fabian Affolter and committed by GitHub ffc135e9 f8f6b439

+2 -2
+2 -2
pkgs/development/python-modules/zigpy-zigate/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "zigpy-zigate"; 15 - version = "0.7.4"; 15 + version = "0.8.0"; 16 16 # https://github.com/Martiusweb/asynctest/issues/152 17 17 # broken by upstream python bug with asynctest and 18 18 # is used exclusively by home-assistant with python 3.8 ··· 22 22 owner = "zigpy"; 23 23 repo = "zigpy-zigate"; 24 24 rev = version; 25 - sha256 = "0xl8qgljvmypi602f52m89iv9pcrzsdal3jw619vrcavp40rc04d"; 25 + sha256 = "sha256-rFmcgfn87XS1fvbSdJG6pItXRMkeogp4faKMe7pCxkM="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [