python3Packages.pyswitchbot: 0.20.4 -> 0.20.5

https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.20.5
This commit is contained in:
Martin Weinelt 2022-11-16 22:01:23 +01:00
parent 3875db56f6
commit efeb5c4363
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.20.4";
version = "0.20.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-hBoK2Nx4pFCWt+RRmzVuoJok8QvVnEa82WINGrFpHqo=";
hash = "sha256-3yOZyCoCKNP0xgOFBb1d9jC3rvtiFMCCN7R+tQk+/6o=";
};
propagatedBuildInputs = [