python311Packages.bellows: 0.36.3 -> 0.36.4

https://github.com/zigpy/bellows/releases/tag/0.36.4
This commit is contained in:
Martin Weinelt 2023-09-25 05:00:02 +02:00
parent eb83e438cb
commit b1f5f4fc2d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.36.3";
version = "0.36.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-5s2I24gvHRXHm7ZTNZxc6ge9Kbe6UObcY29SvbIUWJg=";
hash = "sha256-iouGT3ZqCFW34ududrtCHL/NmKgB9SznLA8p313B12Y=";
};
propagatedBuildInputs = [