python310Packages.zigpy: 0.53.1 -> 0.53.2

This commit is contained in:
R. Ryantm 2023-02-26 21:12:32 +00:00
parent 399e2c78d4
commit da79c1937d

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "zigpy";
version = "0.53.1";
version = "0.53.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "zigpy";
rev = "refs/tags/${version}";
hash = "sha256-1ey1JDxRF9zYSTn1EKWz1gcCw5WrCCH1eNyp6KOO8eI=";
hash = "sha256-/IUJzMzbNKXQZkhwmoKoafMVw+6rD3Sw/coBLOi4FIk=";
};
propagatedBuildInputs = [