python3Packages.bellows: 0.49.2 -> 1.0.0

https://github.com/zigpy/bellows/releases/tag/1.0.0
This commit is contained in:
Martin Weinelt
2026-08-05 19:29:51 +02:00
parent 31bb279634
commit 5987c2f65c

View File

@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "bellows";
version = "0.49.2";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
tag = finalAttrs.version;
hash = "sha256-upnlzuzkogMwcAkOd98NZrBHv9pmcPsYIgR7j6It54c=";
hash = "sha256-R9oQ18EjAWkJtVjFDjTo+DV373Up+UFw7+tgCPqre/k=";
};
postPatch = ''