python311Packages.bellows: 0.39.0 -> 0.39.1

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

Changelog: https://github.com/zigpy/bellows/releases/tag/0.39.1
This commit is contained in:
Fabian Affolter 2024-06-14 23:25:12 +02:00
parent d2e48e60c2
commit 557cd312be

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.39.0";
version = "0.39.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-lmSILV7xb3aHC+Rd8/SYzoA/t6DgdClccoK8ESdvNq0=";
hash = "sha256-e7DGAA2/6tc2+iH/14y/QT7k9a7pgrE5bplTPL3xm2Q=";
};
postPatch = ''