From 39b763960624d603d7b6a4a9709d4746561ba770 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 23 Dec 2024 22:41:33 +0100 Subject: [PATCH] python312Packages.pyswitchbot: 0.54.0 -> 0.55.4 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.54.0...0.55.4 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.55.4 --- 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 73ffd90a7c8b..d2e0c76338c7 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.54.0"; + version = "0.55.4"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-bKAVSg1WvovLiNHz5bejePEd4+foMuG1VItWKzlQc60="; + hash = "sha256-On/FKfdiqx28MCx1kCcstb90iT1e20c84hHxdQSIark="; }; build-system = [ setuptools ];