python3Packages.bellows: 0.23.1 -> 0.24.0

This commit is contained in:
Martin Weinelt 2021-05-02 03:25:46 +02:00
parent 62b190d9b8
commit 777be15ea2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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