Merge pull request #172442 from r-ryantm/auto-update/python3.10-bellows

python310Packages.bellows: 0.29.0 -> 0.30.0
This commit is contained in:
Fabian Affolter 2022-05-11 08:28:15 +02:00 committed by GitHub
commit 84e6ae5a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.29.0";
version = "0.30.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
rev = version;
sha256 = "sha256-coIrI3C6Wnn8Of/IHAlvZgkcBBf9OBQt5Ir6YOXCf0c=";
rev = "refs/tags/${version}";
sha256 = "sha256-epsE/VKK6LwMVbkx5PWgAxZ62PO4udCFr3jYi0MrUpI=";
};
propagatedBuildInputs = [