python310Packages.zigpy-xbee: 0.18.0 -> 0.18.1

Diff: https://github.com/zigpy/zigpy-xbee/compare/refs/tags/0.18.0...0.18.1

Changelog: https://github.com/zigpy/zigpy-xbee/releases/tag/0.18.1
This commit is contained in:
Martin Weinelt 2023-07-05 23:05:45 +02:00
parent ad50923108
commit c0d822e85b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "zigpy-xbee";
version = "0.18.0";
version = "0.18.1";
# https://github.com/Martiusweb/asynctest/issues/152
# broken by upstream python bug with asynctest and
# is used exclusively by home-assistant with python 3.8
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy-xbee";
rev = "refs/tags/${version}";
hash = "sha256-zSaT9WdA4tR8tJAShSzqL+f/nTLQJbeIZnbSBe1EOks=";
hash = "sha256-vR+oLshiIYmMdAvir+TGBqVkTGXKAVnUWnQPR3YwuUk=";
};
buildInputs = [