From 522206c4680d72eae745924e7771ee6930a67691 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 17 Dec 2022 10:44:18 +0100 Subject: [PATCH] python310Packages.pyswitchbot: 0.25.0 -> 0.26.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.26.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 493b0c20578e..b4cad9893659 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; - version = "0.25.0"; + version = "0.26.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-L9/Vx+oxfqPWLptE3jjiAcNkoFFWvbeUX3T23ids/KM="; + hash = "sha256-fY9P9fEgVUOmHD3WYELM0aB2ulutYOzd/9MBl0Mpj04="; }; propagatedBuildInputs = [