python312Packages.bellows: 0.40.3 -> 0.40.4

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

Changelog: https://github.com/zigpy/bellows/releases/tag/0.40.4
This commit is contained in:
Fabian Affolter
2024-08-16 23:52:43 +02:00
committed by Martin Weinelt
parent 1a7ba9a798
commit ddc3b46276
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.40.3";
version = "0.40.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-JGc5jDvEZtYyYAExRnN1K5hDY3ioS3+mm7jMrR0RyXk=";
hash = "sha256-9YReXaD4qmd2gzbGwzhslzT4K3ajCQrCN7TVl/6fOMU=";
};
postPatch = ''