From 208341bdf2b744326317ed660633b61e970c42ea Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 26 Jan 2026 10:14:16 +0100 Subject: [PATCH] python313Packages.pyswitchbot: 0.76.0 -> 1.0.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/0.76.0...1.0.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/1.0.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 c913bec5c7ca..5cd58cf79a25 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -14,14 +14,14 @@ buildPythonPackage (finalAttrs: { pname = "pyswitchbot"; - version = "0.76.0"; + version = "1.0.0"; pyproject = true; src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = finalAttrs.version; - hash = "sha256-t5ij86Nq5BQONizKRFPeNyleFo7n4RD9pEglLPhS+Gk="; + hash = "sha256-O8bdWAAtNfLo7WBgvKMm0LXCzpFz1MUqAbBJlyUBcPs="; }; build-system = [ setuptools ];