From 3b32a9f29682194a99686688fdcf211f69dac27e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 18 May 2025 09:11:57 +0200 Subject: [PATCH] python313Packages.pyswitchbot: 0.62.0 -> 0.62.2 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.62.0...refs/tags/0.62.2 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.62.2 --- 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 e240b96d45e8..c9b8a791562f 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.62.0"; + version = "0.62.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = version; - hash = "sha256-Zzr6UGwj25PaIUBW4NsIWMtSbcM/KE4cdQ+VrOqcv7U="; + hash = "sha256-kYk1mMY73RKW7OkKyK5idN+ib8OsIoMiGB5i/trgMZc="; }; build-system = [ setuptools ];