python310Packages.bellows: 0.34.5 -> 0.34.6

Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.34.5...0.34.6

Changelog: https://github.com/zigpy/bellows/releases/tag/0.34.6
This commit is contained in:
Fabian Affolter 2023-01-09 17:47:55 +01:00 committed by Martin Weinelt
parent d7f73e40c2
commit 3e8f97fdac

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.34.5";
version = "0.34.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-GJG3rmJoBxDrqzsNY2r1cEywRfB4tlLn2DDsaDEI3Bo=";
hash = "sha256-J6PUVdIs9adRdFbw9yzu1Y9jU9Ge0hGxueXbE1b03og=";
};
propagatedBuildInputs = [