From 734814e4c6f665b1e22dbdf61e26fa248d759cb1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 11 Jun 2025 21:06:29 +0200 Subject: [PATCH] python313Packages.pysmartthings: 3.2.3 -> 3.2.4 https://github.com/andrewsayre/pysmartthings/releases/tag/v3.2.4 --- pkgs/development/python-modules/pysmartthings/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pysmartthings/default.nix b/pkgs/development/python-modules/pysmartthings/default.nix index 7bc19b5cf2b9..663c885e9ca4 100644 --- a/pkgs/development/python-modules/pysmartthings/default.nix +++ b/pkgs/development/python-modules/pysmartthings/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "pysmartthings"; - version = "3.2.3"; + version = "3.2.4"; pyproject = true; disabled = pythonOlder "3.12"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "andrewsayre"; repo = "pysmartthings"; tag = "v${version}"; - hash = "sha256-Bi/BHOvECzXhIBe+SK6wTmFnDbt1T28QAs7QETPH/YE="; + hash = "sha256-ObLoLL0BRnDfyrHYcQVD3pH00AdUWvwMIQ8vI2n3ZSc="; }; build-system = [ poetry-core ];