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 17 buildPythonPackage rec { 18 pname = "pyswitchbot"; 19 - version = "0.67.0"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "Danielhiversen"; 26 repo = "pySwitchbot"; 27 tag = version; 28 - hash = "sha256-e2bzmJAwJ6BbqP3R0FmTG1UR6TsPggXJlSkO3wdPWQY="; 29 }; 30 31 build-system = [ setuptools ];
··· 16 17 buildPythonPackage rec { 18 pname = "pyswitchbot"; 19 + version = "0.68.1"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "Danielhiversen"; 26 repo = "pySwitchbot"; 27 tag = version; 28 + hash = "sha256-4GvFCl4E/VUPDG3Ssz5v3ou5goPfCFEpAa1wKc3R+Ao="; 29 }; 30 31 build-system = [ setuptools ];