python313Packages.pysmartthings: 2.7.2 -> 2.7.4

Diff: https://github.com/andrewsayre/pysmartthings/compare/v2.7.2...v2.7.4

Changelog: https://github.com/andrewsayre/pysmartthings/releases/tag/v2.7.4
This commit is contained in:
Fabian Affolter
2025-03-21 09:33:45 +01:00
parent 2ac84dfdac
commit 5eb382871d
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "2.7.2";
version = "2.7.4";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = "pysmartthings";
rev = "v${version}";
hash = "sha256-2MBm0I9dBr2N5iorN9BSKecHLnvmiTmcsIuGjDIWIKQ=";
hash = "sha256-WkUFAsZzdQI/LopJp5m1Nj4kLsRFmQWRe10eTcAUYGw=";
};
build-system = [ poetry-core ];