From e7c1b2c3ff0446eb6da83f8c71264dadaf56a181 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 3 Dec 2022 13:24:58 +0100 Subject: [PATCH] python310Packages.pyswitchbot: 0.20.6 -> 0.20.7 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.20.6...0.20.7 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.20.7 --- pkgs/development/python-modules/pyswitchbot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyswitchbot/default.nix b/pkgs/development/python-modules/pyswitchbot/default.nix index 1e3c4fc05f2a..9e603e434a6f 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.6"; + version = "0.20.7"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-mrk1YAqZy53sNkfkIh0DXkh7eyZ5DiEKjnUkFauW3LE="; + hash = "sha256-rT8QsaxP8kTw5PSpL3eO866aX2I46eHNj8XKxVO76WA="; }; propagatedBuildInputs = [