From b0449a7fe7f943c391d5366d33ec313baa7eb6db Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 1 Oct 2023 16:23:19 +0200 Subject: [PATCH] python311Packages.pyswitchbot: 0.40.0 -> 0.40.1 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.40.0...0.40.1 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.40.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 73a7a012c793..de8736efedf8 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.40.0"; + version = "0.40.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; rev = "refs/tags/${version}"; - hash = "sha256-ST1UwgmlKhnLqr/cIvZRpNEYjxv9URInmkVbi6GA7/c="; + hash = "sha256-qKNsXN9nc3YS1gRNPPQUBgXDs01/rhdtRz707cfaYx8="; }; propagatedBuildInputs = [