Merge pull request #182644 from r-ryantm/auto-update/python3.10-pyswitchbot

python310Packages.pyswitchbot: 0.14.1 -> 0.15.0
This commit is contained in:
Jörg Thalheim 2022-07-24 07:15:35 +01:00 committed by GitHub
commit 010aca905c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.14.1";
version = "0.15.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-/p5rmoxSl4Y3X1N3E3BSwPUGV8MCxI0sxv1i9w3fJiY=";
hash = "sha256-x1uRUr9mU510X2rSGBYBheB9rqsGBFr3SLnWcXiIBfk=";
};
propagatedBuildInputs = [