Merge pull request #106516 from r-ryantm/auto-update/python3.7-zigpy-znp

python37Packages.zigpy-znp: 0.2.2 -> 0.3.0
This commit is contained in:
Mario Rodas 2020-12-10 06:14:23 -05:00 committed by GitHub
commit 0246cb5fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "zigpy-znp";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitHub {
owner = "zha-ng";
repo = "zigpy-znp";
rev = "v${version}";
sha256 = "a98RYPvcYE1NPERmPo1jPwMf86N+0297u4pOKuaB6u4=";
sha256 = "18dav2n5fqdigf8dl7gcqa9z8l6p2ig6l5q78gqg2wj7wjpncwyj";
};
propagatedBuildInputs = [