python310Packages.bellows: 0.35.1 -> 0.35.2

Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.35.1...0.35.2

Changelog: https://github.com/zigpy/bellows/releases/tag/0.35.2
This commit is contained in:
Fabian Affolter 2023-04-28 10:29:06 +02:00
parent b90d93cb33
commit 452166c9c0

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.35.1";
version = "0.35.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-o2806cXjtt+yMeSdpEq4KOlIlDsvf7qCUO2TBzkt5uY=";
hash = "sha256-I9PXFdRXHQ7OnzCdB631nlfnkpConl+j5Z3iiH7RcA4=";
};
propagatedBuildInputs = [