lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/development/python-modules/pysmartthings/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pysmartthings"; 12 - version = "0.7.7"; 12 + version = "0.7.8"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 18 18 owner = "andrewsayre"; 19 19 repo = pname; 20 20 rev = version; 21 - hash = "sha256-AzAiMn88tRRPwMpwSnKoS1XUERHbKz0sVm/TjcbTsGs="; 21 + hash = "sha256-r+f2+vEXJdQGDlbs/MhraFgEmsAf32PU282blLRLjzc="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [