Merge pull request #250139 from fabaff/pyswitchbot-bump

python311Packages.pyswitchbot: 0.38.0 -> 0.39.0
This commit is contained in:
OTABI Tomoya 2023-08-19 19:31:20 +09:00 committed by GitHub
commit 24c5103ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.38.0";
version = "0.39.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-0BlrrrOvMHBH+w7r1lzvXg2Lq84XZFfSRheBaDmCpc4=";
hash = "sha256-CswgfEmKaQvhDXizpcu6d8JMYtJSgNQ3L4+63ee58eE=";
};
propagatedBuildInputs = [