python310Packages.weconnect: 0.48.2 -> 0.48.3

+2 -2
+2 -2
pkgs/development/python-modules/weconnect/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "weconnect"; 15 - version = "0.48.2"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "tillsteinbach"; 22 repo = "WeConnect-python"; 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-4QltLEapYOzCwejeBWAhTdI8UVdlSAqcqFanvsTKBLw="; 25 }; 26 27 propagatedBuildInputs = [
··· 12 13 buildPythonPackage rec { 14 pname = "weconnect"; 15 + version = "0.48.3"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "tillsteinbach"; 22 repo = "WeConnect-python"; 23 rev = "refs/tags/v${version}"; 24 + hash = "sha256-GXTjG/3Gk58C6TxKrgtblUZI+xf7Te9OA8HnDvNEIvA="; 25 }; 26 27 propagatedBuildInputs = [