python313Packages.bellows: 0.43.0 -> 0.44.0

Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.43.0...0.44.0

Changelog: https://github.com/zigpy/bellows/releases/tag/0.44.0
This commit is contained in:
Robert Schütz
2025-04-05 04:26:36 +02:00
committed by Martin Weinelt
parent 7e18b416f3
commit c7a7383785
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.43.0";
version = "0.44.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
tag = version;
hash = "sha256-RbhFvoNYR4wHKKbbMKLP4Dsx0pIJnwBOP49waRHg0qk=";
hash = "sha256-9CuZGorTqay09ZHrUDoorYew8vvDV6pyxMuik7/QKJ4=";
};
postPatch = ''