mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
python3Packages.pyswitchbot: 0.11.0 -> 0.12.0
This commit is contained in:
parent
0216f38e7f
commit
3ea6c9e48a
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyswitchbot";
|
pname = "pyswitchbot";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Danielhiversen";
|
owner = "Danielhiversen";
|
||||||
repo = "pySwitchbot";
|
repo = "pySwitchbot";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-YqXR6zL8rM2p6YqK8BX82F9HZHgfpfEU4qBiVSud0hw=";
|
sha256 = "sha256-8u5KeWVaCOksag2CYE7GBl36crB4k9YdLZ5aHD9hlwU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ bluepy ];
|
propagatedBuildInputs = [ bluepy ];
|
||||||
|
Loading…
Reference in New Issue
Block a user