From 1b7ef9fd89b71d15d7af68d715abad3d75750e45 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 22 Oct 2024 10:29:27 +0200 Subject: [PATCH] python312Packages.pyswitchbot: 0.48.2 -> 0.50.1 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.48.2...0.50.1 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.50.1 --- 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 bb46fdeb5d37..7c5b303c70a8 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; - version = "0.48.2"; + version = "0.50.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-5hoV7tM02dLrGvZ47ReVITayLFf2ceRVXOKbNa2t9iM="; + hash = "sha256-GA5BioH1z8N6I65q+7vSHM/eetN5dXSMZZ2hoQ8+0QA="; }; build-system = [ setuptools ];