Merge pull request #317515 from fabaff/pyswitchbot-bump

python312Packages.pyswitchbot: 0.46.1 -> 0.47.2
This commit is contained in:
Fabian Affolter 2024-06-05 20:56:38 +02:00 committed by GitHub
commit 8726562f92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.46.1";
version = "0.47.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-fiWjChr7NATkO6jNBlt5kqxaLSSZWcdd7TjQwMP6klY=";
hash = "sha256-89bFP/7ovsPj7htFGXrYR4jhm1E/ph47f4qZCKf1hfY=";
};
build-system = [ setuptools ];