3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pyswitchbot: 0.19.13 -> 0.19.14

This commit is contained in:
R. Ryantm 2022-10-06 03:19:01 +00:00
parent 099f1e0da2
commit 08be891a50

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.19.13";
version = "0.19.14";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-AkaFymWvHLPLHp/Z5RqRGe5RcJk8utcDkO33UzBQ+OA=";
hash = "sha256-GGYGIzjlFbRxT56UBHSvWEea5EAxVl0JO2nBK9WWLZk=";
};
propagatedBuildInputs = [