python3Packages.bellows: 0.47.2 -> 0.48.0

Diff: https://github.com/zigpy/bellows/compare/0.47.2...0.48.0

Changelog: https://github.com/zigpy/bellows/releases/tag/0.48.0
This commit is contained in:
Robert Schütz
2025-12-03 10:44:31 -08:00
parent 6e6acbe608
commit e3298657a7
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.47.2";
version = "0.48.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
tag = version;
hash = "sha256-1gWmXrRCYmU0VemhW5TCn1/rnOmz07q8bQ6W3a2mXro=";
hash = "sha256-KZ4VmtHQnQ+t9q/ZtzmlObpnBIxlgkT44nt11f/1FpQ=";
};
postPatch = ''