From c79a8c6779853a6fd9c21a5a2d9ca8c80292e9f5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 5 Apr 2025 10:11:53 +0200 Subject: [PATCH] python313Packages.pysmartthings: 3.0.1 -> 3.0.2 Diff: https://github.com/andrewsayre/pysmartthings/compare/refs/tags/v3.0.1...v3.0.2 Changelog: https://github.com/andrewsayre/pysmartthings/releases/tag/v3.0.2 --- 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 f9b2b03d3276..52c13fedc970 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.0.1"; + version = "3.0.2"; pyproject = true; disabled = pythonOlder "3.12"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "andrewsayre"; repo = "pysmartthings"; tag = "v${version}"; - hash = "sha256-chWyhwc5vEgH3x7chMLn+aCiylIw8kOHRya1/rhk8cg="; + hash = "sha256-9o0/hVdrO93Lk2ysDCdhUfrT2S8/6kvtkaTAM6PYbqw="; }; build-system = [ poetry-core ];