From 4daf9ab1344f91bafa961bc2caddd4633e928d42 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Dec 2022 11:23:09 +0100 Subject: [PATCH 1/2] python310Packages.pyswitchbot: 0.22.0 -> 0.23.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.22.0...0.23.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.23.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 41f4ea8103af..d92984696e15 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.22.0"; + version = "0.23.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-/FECjJ/iVx4CTtOgxpPBF0lZCctghmD4qUrQQYwmAkQ="; + hash = "sha256-pD1S9SJnZ79y0ZeTJ9Jol9o8kv3z7RWuKRaN3oeslw8="; }; propagatedBuildInputs = [ From 967213e4820148d6dd61293db592c642e93cb5f8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Dec 2022 11:23:55 +0100 Subject: [PATCH 2/2] python310Packages.pyswitchbot: 0.23.0 -> 0.23.1 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.23.0...0.23.1 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.23.1 --- 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 d92984696e15..48bed6efb8b5 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.23.0"; + version = "0.23.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-pD1S9SJnZ79y0ZeTJ9Jol9o8kv3z7RWuKRaN3oeslw8="; + hash = "sha256-vBXOZ+AhhqWUD6XukmkHF4wjjJxXbK7r0V+qCuZGc6s="; }; propagatedBuildInputs = [