python3Packages.pyswitchbot: 0.67.0 -> 0.68.1 (#424356)

authored by Fabian Affolter and committed by GitHub 18916ed2 4df54ef3

+2 -2
+2 -2
pkgs/development/python-modules/pyswitchbot/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pyswitchbot"; 19 - version = "0.67.0"; 19 + version = "0.68.1"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 25 25 owner = "Danielhiversen"; 26 26 repo = "pySwitchbot"; 27 27 tag = version; 28 - hash = "sha256-e2bzmJAwJ6BbqP3R0FmTG1UR6TsPggXJlSkO3wdPWQY="; 28 + hash = "sha256-4GvFCl4E/VUPDG3Ssz5v3ou5goPfCFEpAa1wKc3R+Ao="; 29 29 }; 30 30 31 31 build-system = [ setuptools ];