Merge pull request #118241 from fabaff/bump-bellows

python3Packages.bellows: 0.22.0 -> 0.23.1
This commit is contained in:
Sandro 2021-04-01 19:08:48 +02:00 committed by GitHub
commit bda379c6c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.22.0";
version = "0.23.1";
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
rev = version;
sha256 = "0il2cwnrcvgxx9jkj1xr2caqyza3kqjys3fpmcx7avy04xbf5dbv";
sha256 = "sha256-c9rKRmGMlYrzVQmUuM9P3c/Jm4QVM2aBRSZ0OkyrPTY=";
};
prePatch = ''