From 4192a499a2b99f3bbc5bc4b004c160ad71b8c739 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Sep 2025 21:45:59 +0200 Subject: [PATCH] python313Packages.pyswitchbot: 0.69.0 -> 0.70.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/0.69.0...0.70.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.70.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 d69b1ffd1db5..1eb62818730c 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; - version = "0.69.0"; + version = "0.70.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = version; - hash = "sha256-5hXFfWGRWPY0fbokw/+61PGlGC6UlQV9FbLuXfWX0KI="; + hash = "sha256-8W+RxehW68x3RULvKh+DkL/YH1usdmM8kOLEO579csE="; }; build-system = [ setuptools ];