python3Packages.bellows: 0.48.2 -> 0.49.0

Diff: https://github.com/zigpy/bellows/compare/0.48.2...0.49.0

Changelog: https://github.com/zigpy/bellows/releases/tag/0.49.0
This commit is contained in:
Robert Schütz
2026-01-07 03:44:05 -08:00
parent 88147f36ca
commit fc363f624e
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.48.2";
version = "0.49.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
tag = version;
hash = "sha256-igv/F65oZKYj8hd9KCYlbz6Yf9Ny1lnW4yFs0XT4waQ=";
hash = "sha256-haWej3ZcUPd9Rpqf2PH8r0useylnLDaPiSctrwLz71Q=";
};
postPatch = ''