python310Packages.bellows: 0.34.2 -> 0.34.3

This commit is contained in:
R. Ryantm 2022-11-10 01:03:51 +00:00
parent 054a983e10
commit 43bd6a0ee6

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.34.2";
version = "0.34.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
sha256 = "sha256-78LUQBFV4TFPDLiSHBG+RLnQLaCPX4LZpow9aszQAQA=";
sha256 = "sha256-7jaXNz7i+kF64T+5/QWKGpxHCkg/M9U2hbWrVB2tjH8=";
};
propagatedBuildInputs = [