python3Packages.pyswitchbot: 0.68.3 -> 0.68.4 (#436077)

authored by Fabian Affolter and committed by GitHub 7182ad97 19a760df

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