From 5e37ffea81f81c93a9304da6fee5444c44a78d31 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 27 Nov 2024 00:05:41 +0100 Subject: [PATCH] python312Packages.pyswitchbot: 0.53.2 -> 0.54.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.53.2...0.54.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.54.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 67e7c4ed5978..73ffd90a7c8b 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.53.2"; + version = "0.54.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-V0oTx2uRz58t5IN2atXVlyLvMg1zavzSbd+2NNEQ6V0="; + hash = "sha256-bKAVSg1WvovLiNHz5bejePEd4+foMuG1VItWKzlQc60="; }; build-system = [ setuptools ];