From 23416b19dae6d3b44d3b627fe5a6030609a6ae7e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Jun 2024 19:35:11 +0200 Subject: [PATCH] python312Packages.pyswitchbot: 0.46.1 -> 0.47.2 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.46.1...0.47.2 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.47.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 ce0b59dcfa86..44a1bbf9fd22 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.46.1"; + version = "0.47.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-fiWjChr7NATkO6jNBlt5kqxaLSSZWcdd7TjQwMP6klY="; + hash = "sha256-89bFP/7ovsPj7htFGXrYR4jhm1E/ph47f4qZCKf1hfY="; }; build-system = [ setuptools ];