python310Packages.pyswitchbot: 0.20.2 -> 0.20.3

This commit is contained in:
Fabian Affolter 2022-11-11 10:37:57 +01:00
parent 4cdec7fde5
commit a10509b9d5

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.20.2";
version = "0.20.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-GNjyDkqhOP9sq2qoAZCdSrUNte3FynVxhy9RSUn9j/c=";
hash = "sha256-kyCCGXvjE3Ufmc473GiYDVZ9QpNn1GTuVbwvd3NUTwo=";
};
propagatedBuildInputs = [