python3Packages.bellows: 0.45.4 -> 0.46.1

Diff: https://github.com/zigpy/bellows/compare/0.45.4...0.46.1

Changelog: https://github.com/zigpy/bellows/releases/tag/0.46.1
This commit is contained in:
Robert Schütz
2025-10-01 14:20:39 -07:00
parent cdaa44d3f2
commit 5a051b8f9c
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.45.4";
version = "0.46.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
tag = version;
hash = "sha256-bDVNzOlzFqJvwc7d/CMuC/RSEMsQodN61UpHuKgyH0Y=";
hash = "sha256-YQt9imL9poGLrkVj9LmR+XPUufRMOgVhAr+Bw+/VdI0=";
};
postPatch = ''