Loading pkgs/development/python-modules/pyswitchbot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; version = "0.61.0"; version = "0.62.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = version; hash = "sha256-yHP5BoLuP2dvR2SSFgc68g1wENkDXZN1M9Nr8WticCw="; hash = "sha256-Zzr6UGwj25PaIUBW4NsIWMtSbcM/KE4cdQ+VrOqcv7U="; }; build-system = [ setuptools ]; Loading @@ -49,7 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to control Switchbot IoT devices"; homepage = "https://github.com/Danielhiversen/pySwitchbot"; changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${version}"; changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${src.tag}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; platforms = platforms.linux; Loading Loading
pkgs/development/python-modules/pyswitchbot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; version = "0.61.0"; version = "0.62.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = version; hash = "sha256-yHP5BoLuP2dvR2SSFgc68g1wENkDXZN1M9Nr8WticCw="; hash = "sha256-Zzr6UGwj25PaIUBW4NsIWMtSbcM/KE4cdQ+VrOqcv7U="; }; build-system = [ setuptools ]; Loading @@ -49,7 +49,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library to control Switchbot IoT devices"; homepage = "https://github.com/Danielhiversen/pySwitchbot"; changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${version}"; changelog = "https://github.com/Danielhiversen/pySwitchbot/releases/tag/${src.tag}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; platforms = platforms.linux; Loading