python312Packages.bellows: 0.40.4 -> 0.40.5

Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.40.4...0.40.5

Changelog: https://github.com/zigpy/bellows/releases/tag/0.40.5
This commit is contained in:
Robert Schütz 2024-08-31 21:47:48 -07:00
parent 9f6578e415
commit d1fb9b8824

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.40.4";
version = "0.40.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-9YReXaD4qmd2gzbGwzhslzT4K3ajCQrCN7TVl/6fOMU=";
hash = "sha256-VOeoIv1tVcgLfDAH8NKtqyL3x5puDwdxlJ2gqw213t8=";
};
postPatch = ''