From bd18f08367d8dc0c9e35525f2b0f6a0b8804c746 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 16 Apr 2025 10:12:59 +0200 Subject: [PATCH] python313Packages.pyswitchbot: 0.59.0 -> 0.60.0 Diff: https://github.com/Danielhiversen/pySwitchbot/compare/refs/tags/0.59.0...refs/tags/0.60.0 Changelog: https://github.com/Danielhiversen/pySwitchbot/releases/tag/0.60.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 95130d2d8c31..1ddc28bd2748 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pyswitchbot"; - version = "0.59.0"; + version = "0.60.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "Danielhiversen"; repo = "pySwitchbot"; tag = version; - hash = "sha256-PtvQkUm0YydXg5/NCi7P+nWoJPgIScJbmvG6VR0cvWc="; + hash = "sha256-wXf2uqIlzRQ+6vecT0Xk9pWqypRsHefFYMlijc5h1dg="; }; build-system = [ setuptools ];