From cfcaf23a8ff6497804ab4fbf9ec47a4e0169bae1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 6 Oct 2025 16:42:39 +0200 Subject: [PATCH] python313Packages.pysmartthings: 3.3.0 -> 3.3.1 Diff: https://github.com/andrewsayre/pysmartthings/compare/v3.3.0...v3.3.1 Changelog: https://github.com/andrewsayre/pysmartthings/releases/tag/v3.3.1 --- 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 543d2c2c61ce..e239a5eaa290 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.3.0"; + version = "3.3.1"; pyproject = true; disabled = pythonOlder "3.12"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "andrewsayre"; repo = "pysmartthings"; tag = "v${version}"; - hash = "sha256-i1whnELYPkaT7K5hLZy+Q4Aub1TBph8aDFZKx78hElY="; + hash = "sha256-BSD/7eitZZ+9iL6IEOPfv+51CuV7wJZAlqHSVbPOvTY="; }; build-system = [ poetry-core ];