python311Packages.pysmartthings: 0.7.7 -> 0.7.8

Diff: https://github.com/andrewsayre/pysmartthings/compare/0.7.7...0.7.8

Changelog: https://github.com/andrewsayre/pysmartthings/releases/tag/0.7.8
This commit is contained in:
Fabian Affolter 2023-07-12 19:54:48 +02:00
parent ff6e67d2c2
commit fd29c6c5fe

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysmartthings";
version = "0.7.7";
version = "0.7.8";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = pname;
rev = version;
hash = "sha256-AzAiMn88tRRPwMpwSnKoS1XUERHbKz0sVm/TjcbTsGs=";
hash = "sha256-r+f2+vEXJdQGDlbs/MhraFgEmsAf32PU282blLRLjzc=";
};
propagatedBuildInputs = [