1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python3Packages.pyswitchbot: 0.9.1 -> 0.11.0

This commit is contained in:
Fabian Affolter 2021-07-08 10:49:15 +02:00
parent 44188d6472
commit 0216f38e7f

View file

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