From 69e810584522dc3c3a65966443a5a6457f621e6c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 20 Jun 2023 21:33:57 +0200 Subject: [PATCH] python311Packages.pyswitchbot: 0.37.6 -> 0.38.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.37.6...0.38.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.38.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 c3ad116570e4..3005c3b18d8a 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; - version = "0.37.6"; + version = "0.38.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-LZkAyfcDX48hR7lak2mc27lTQQR3VX1ozpdi2btDzbY="; + hash = "sha256-0BlrrrOvMHBH+w7r1lzvXg2Lq84XZFfSRheBaDmCpc4="; }; propagatedBuildInputs = [