python310Packages.pyswitchbot: 0.20.7 -> 0.20.8

Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.20.8
This commit is contained in:
Fabian Affolter
2022-12-04 12:16:07 +01:00
parent 0856aceb9f
commit c2c5013a47
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.20.7";
version = "0.20.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-rT8QsaxP8kTw5PSpL3eO866aX2I46eHNj8XKxVO76WA=";
hash = "sha256-fSuWpxao56WSfgW3ZEhcyfWuVG9ebLVfBHK1GN1Nffk=";
};
propagatedBuildInputs = [