python3Packages.pyswitchbot: 0.30.1 -> 0.36.1

This commit is contained in:
Martin Weinelt
2022-12-30 20:13:39 +01:00
parent 0140880e76
commit 89d8078be9

View File

@@ -1,15 +1,18 @@
{ lib
, bleak
, bleak-retry-connector
, boto3
, buildPythonPackage
, cryptography
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
, requests
}:
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.30.1";
version = "0.36.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,12 +21,15 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-5Rn1hQ1TZhRiCJGJCaA1sl+HnerL/oOhRdMiSl1Recg=";
hash = "sha256-eXCHmtdizRJJdwFeZU0yLi8NWwMqbET6ZItQQClYVI4=";
};
propagatedBuildInputs = [
bleak
bleak-retry-connector
boto3
cryptography
requests
];
checkInputs = [