From 8235f6fa7bcaaf83c0ccc9ec1fbfd9e565b0ebb0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Mar 2025 10:48:31 +0100 Subject: [PATCH] python313Packages.pyswitchbot: 0.56.0 -> 0.57.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.56.0...0.57.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.57.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 f017712a3df0..ede2e6a0f238 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.56.0"; + version = "0.57.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = version; - hash = "sha256-ZsxBFb92TqcwndhSTXiY0eGG8nQtoK0RIBuiq9/fzL0="; + hash = "sha256-9jA1V6Wri923pc2+MXLwF2hNgIPIYh3M8UBj0jc/548="; }; build-system = [ setuptools ];