From 1ec38e987711229de82631e70b0f34ff8686e53d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Mar 2025 06:03:59 +0100 Subject: [PATCH] python313Packages.pyswitchbot: 0.57.1 -> 0.58.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.57.1...0.58.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.58.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 905cfa9ba186..99d73a16d1d2 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.57.1"; + version = "0.58.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = version; - hash = "sha256-bG0jRGhioNm0QNe7ymRKYO4hdgkiZypul79+gxN3Gsk="; + hash = "sha256-9J7s22BViQw6KaJD8wQYi6Rb/AkbPNiksap+zmuNNHc="; }; build-system = [ setuptools ];