summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2025-05-23 12:10:52 +0200
committerGitHub <noreply@github.com>2025-05-23 12:10:52 +0200
commitbc231d40cc1c0294daba2917ccd950cdcf4f514b (patch)
tree9b0154443d8add89d1a7ab135ec6e1dc5b13903a /pkgs/development/python-modules
parente396b3f7d4807d5cbc66d79fb224e1d2e0beb418 (diff)
parent436e8de8cbff5cd9314830ef7d880c95177a19fd (diff)
python3Packages.pysmartthings: 3.2.2 -> 3.2.3 (#410078)
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pysmartthings/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pysmartthings/default.nix b/pkgs/development/python-modules/pysmartthings/default.nix
index 0d5af45b0193..7bc19b5cf2b9 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.2";
+ version = "3.2.3";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
tag = "v${version}";
- hash = "sha256-tQ+AQDHwr9JO4AQ+2ZAGQbSrfnuzPUEi2F19wLijv1Y=";
+ hash = "sha256-Bi/BHOvECzXhIBe+SK6wTmFnDbt1T28QAs7QETPH/YE=";
};
build-system = [ poetry-core ];