3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #204599 from fabaff/pyswitchbot-bump

python310Packages.pyswitchbot: 0.20.8 -> 0.22.0
This commit is contained in:
Fabian Affolter 2022-12-05 15:38:01 +01:00 committed by GitHub
commit ce2ebcab10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.20.8";
version = "0.22.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-fSuWpxao56WSfgW3ZEhcyfWuVG9ebLVfBHK1GN1Nffk=";
hash = "sha256-/FECjJ/iVx4CTtOgxpPBF0lZCctghmD4qUrQQYwmAkQ=";
};
propagatedBuildInputs = [