Merge pull request #243117 from fabaff/pysmartthings-bump

python311Packages.pysmartthings: 0.7.7 -> 0.7.8
This commit is contained in:
Nick Cao 2023-07-13 23:44:29 -06:00 committed by GitHub
commit 79694e85ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [