python310Packages.pyswitchbot: 0.27.0 -> 0.27.1

Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.27.1
This commit is contained in:
Fabian Affolter 2022-12-17 10:49:15 +01:00
parent 1d36015126
commit 3155c2fb0e

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.27.0";
version = "0.27.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = "refs/tags/${version}";
hash = "sha256-wvwBhTEgIBc/un5vV2LxKRjamotLjs6P+ITp1aNviXg=";
hash = "sha256-2ef2a8Ru3fl0mdVBy4CDObd22z0u4AF2V9FvhSfR9B4=";
};
propagatedBuildInputs = [