From bd336147d91eac9c416cfbf84c89765bc21eb3f3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 6 Jan 2023 14:33:35 +0100 Subject: [PATCH] python3Packages.pyswitchbot: 0.36.1 -> 0.36.2 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.36.1...0.36.2 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.36.2 --- 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 df5cf9d79607..485dec0413fd 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; - version = "0.36.1"; + version = "0.36.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-eXCHmtdizRJJdwFeZU0yLi8NWwMqbET6ZItQQClYVI4="; + hash = "sha256-I+OnxSQ/984aoloe/1673JDaVzG6yKOSrDvGuupAnkc="; }; propagatedBuildInputs = [