python310Packages.pyswitchbot: 0.18.6 -> 0.18.7

This commit is contained in:
Fabian Affolter 2022-08-12 21:46:50 +02:00
parent 6f2273d532
commit 47c9da058d

View File

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