python3Packages.pyswitchbot: 0.11.0 -> 0.12.0

This commit is contained in:
Fabian Affolter 2021-10-09 21:37:07 +02:00
parent 0216f38e7f
commit 3ea6c9e48a

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pyswitchbot";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "Danielhiversen";
repo = "pySwitchbot";
rev = version;
sha256 = "sha256-YqXR6zL8rM2p6YqK8BX82F9HZHgfpfEU4qBiVSud0hw=";
sha256 = "sha256-8u5KeWVaCOksag2CYE7GBl36crB4k9YdLZ5aHD9hlwU=";
};
propagatedBuildInputs = [ bluepy ];