python311Packages.bellows: 0.37.4 -> 0.37.6

Diff: https://github.com/zigpy/bellows/compare/refs/tags/0.37.4...0.37.6

Changelog: https://github.com/zigpy/bellows/releases/tag/0.37.6
This commit is contained in:
Fabian Affolter 2023-12-31 10:54:07 +01:00 committed by Martin Weinelt
parent 41dd43f50a
commit 826f2cd111
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.37.4";
version = "0.37.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-9LrgerS8yC45BKKjBWt/QQlyA6rPsL8AGOI0kFhUosk=";
hash = "sha256-S3Yf0C+KInYoDaixlJf+9WSPIcEhfQCdcwEuNQYxugU=";
};
postPatch = ''