python3Packages.pyswitchbot: 0.18.7 -> 0.18.10

This commit is contained in:
Martin Weinelt 2022-08-16 12:44:26 +02:00
parent 762b003329
commit 7eb2eae0d8

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.18.7";
version = "0.18.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-TAFrrCwlcbKoQk6puoSx2sk1WeucThf7614RNQ1NFbM=";
hash = "sha256-tK5U94rHPz/LHU4qAj1yv8CtMhjpAIQ1ktFooVIIqiw=";
};
propagatedBuildInputs = [