From 66cdfc6dfc02c615f830c1c0f1a07332fcd0e922 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Dec 2022 13:24:43 +0100 Subject: [PATCH] python310Packages.pyswitchbot: 0.20.5 -> 0.20.6 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.20.5...0.20.6 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.20.6 --- pkgs/development/python-modules/pyswitchbot/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyswitchbot/default.nix b/pkgs/development/python-modules/pyswitchbot/default.nix index a1bdf23c2629..1e3c4fc05f2a 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; - version = "0.20.5"; + version = "0.20.6"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-3yOZyCoCKNP0xgOFBb1d9jC3rvtiFMCCN7R+tQk+/6o="; + hash = "sha256-mrk1YAqZy53sNkfkIh0DXkh7eyZ5DiEKjnUkFauW3LE="; }; propagatedBuildInputs = [ @@ -42,6 +42,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}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; platforms = platforms.linux;