Merge pull request #255582 from r-ryantm/auto-update/python310Packages.pyswitchbot

python310Packages.pyswitchbot: 0.39.1 -> 0.40.0
This commit is contained in:
Fabian Affolter 2023-09-17 09:17:48 +02:00 committed by GitHub
commit dab6cb9cec
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.39.1";
version = "0.40.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-wrn57mluIvUYBXOxw4NTFuq0UuOQwtC/WRWhfQpyRTA=";
hash = "sha256-ST1UwgmlKhnLqr/cIvZRpNEYjxv9URInmkVbi6GA7/c=";
};
propagatedBuildInputs = [