python3Packages.bellows: 0.31.0 -> 0.31.1

This commit is contained in:
Martin Weinelt 2022-07-14 00:43:46 +02:00
parent 8d28fdd57a
commit 6d5c66a9d9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.31.0";
version = "0.31.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
sha256 = "sha256-8pw139TNY7LE7x13JfgxcUVWFIXVj4FiEvqdUh+xcl8=";
sha256 = "sha256-kjZL6N1VF3Rc26eB5fU1UEs9BEr4sfV4Hto6QdwqeqY=";
};
propagatedBuildInputs = [