From 139f692560c1e66a90d595057c6fe05bc44a4648 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 18 Jun 2025 00:52:12 +0200 Subject: [PATCH] python313Packages.pysmartthings: 3.2.4 -> 3.2.5 Diff: https://github.com/andrewsayre/pysmartthings/compare/refs/tags/v3.2.4...refs/tags/v3.2.5 Changelog: https://github.com/andrewsayre/pysmartthings/releases/tag/v3.2.5 --- 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 663c885e9ca4..ea253400a421 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.4"; + version = "3.2.5"; pyproject = true; disabled = pythonOlder "3.12"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "andrewsayre"; repo = "pysmartthings"; tag = "v${version}"; - hash = "sha256-ObLoLL0BRnDfyrHYcQVD3pH00AdUWvwMIQ8vI2n3ZSc="; + hash = "sha256-PT4S1VmAJKXDqfetJf5QIWdgKV5ZOOVM4yBOzGdJKsc="; }; build-system = [ poetry-core ];