lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.zigpy-deconz: 0.12.1 -> 0.13.0

+2 -2
+2 -2
pkgs/development/python-modules/zigpy-deconz/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "zigpy-deconz"; 14 - version = "0.12.1"; 14 + version = "0.13.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "zigpy"; 18 18 repo = pname; 19 19 rev = version; 20 - sha256 = "sha256-NpLhVQfezXbJQMvqqZjr9sc8tCjJgGu5Xk3C5/IDeUQ="; 20 + sha256 = "sha256-9rxdnY5tMtPJLE/lRaphNR1L1vdhAxnIDoh8xCHmzjc="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [ pyserial pyserial-asyncio zigpy ];