From 893863003052ad6e8d14f8807a1a3a1978d1b2f8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 5 Dec 2022 08:53:12 +0100 Subject: [PATCH] python310Packages.pyswitchbot: 0.20.8 -> 0.22.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.20.8...0.22.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.22.0 --- 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 454ffb2ea0d9..41f4ea8103af 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.8"; + version = "0.22.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-fSuWpxao56WSfgW3ZEhcyfWuVG9ebLVfBHK1GN1Nffk="; + hash = "sha256-/FECjJ/iVx4CTtOgxpPBF0lZCctghmD4qUrQQYwmAkQ="; }; propagatedBuildInputs = [