Merge pull request #314222 from fabaff/pyswitchbot-bump

python312Packages.pyswitchbot: 0.45.0 -> 0.46.1
This commit is contained in:
Fabian Affolter 2024-05-24 21:18:41 +02:00 committed by GitHub
commit 1388fbc714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,21 +15,21 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.45.0";
version = "0.46.1";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-lQVUHZvAZ4J0DLlUl30dSz2wwXKb9MK5prkXvub0yNI=";
hash = "sha256-fiWjChr7NATkO6jNBlt5kqxaLSSZWcdd7TjQwMP6klY=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
bleak
bleak-retry-connector
boto3