python312Packages.bellows: 0.39.1 -> 0.40.2

Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.39.1...0.40.2

Changelog: https://github.com/zigpy/bellows/releases/tag/0.40.2
This commit is contained in:
Fabian Affolter
2024-08-03 13:39:40 +02:00
parent 3ab390a13c
commit 18915d88cd
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.39.1";
version = "0.40.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-e7DGAA2/6tc2+iH/14y/QT7k9a7pgrE5bplTPL3xm2Q=";
hash = "sha256-pcyvJsAFJCm6mpGvfWp6WUzdn2Z7Fr2G6B5uEXZDhIg=";
};
postPatch = ''