python3Packages.bellows: 0.34.6 -> 0.34.7

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

Changelog: https://github.com/zigpy/bellows/releases/tag/0.34.7
This commit is contained in:
Martin Weinelt 2023-02-01 22:54:24 +01:00
parent c0156b1cc8
commit 740406766f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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