lol

python310Packages.pyswitchbot: 0.19.15 -> 0.20.2

authored by

Fabian Affolter and committed by
Martin Weinelt
3c7db594 0917dd48

+2 -2
+2 -2
pkgs/development/python-modules/pyswitchbot/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyswitchbot"; 12 - version = "0.19.15"; 12 + version = "0.20.2"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "Danielhiversen"; 19 19 repo = "pySwitchbot"; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-iWd67JEnlI60mvd5hhMPRooZ3VECTt+M9UFvXWdJVPg="; 21 + hash = "sha256-GNjyDkqhOP9sq2qoAZCdSrUNte3FynVxhy9RSUn9j/c="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [