Merge pull request #186332 from fabaff/bellows-bump

python310Packages.bellows: 0.31.3 -> 0.32.0
This commit is contained in:
Robert Scott 2022-08-12 21:40:21 +01:00 committed by GitHub
commit f8f3210ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.31.3";
version = "0.32.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
sha256 = "sha256-h0hGTT8ipZZ3l/B6I/O74hFpRzaxj5vUBMbM/xX0dq4=";
sha256 = "sha256-+kD1V0SfRm0yYi64ciwtFK7YSVXnED6fBzQcGj6KKbo=";
};
propagatedBuildInputs = [