Merge pull request #237343 from r-ryantm/auto-update/python310Packages.weconnect

python310Packages.weconnect: 0.55.0 -> 0.56.2

authored by

Fabian Affolter and committed by
GitHub
dbf6c323 27397265

+2 -2
+2 -2
pkgs/development/python-modules/weconnect/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "weconnect"; 15 - version = "0.55.0"; 15 + version = "0.56.2"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "tillsteinbach"; 22 22 repo = "WeConnect-python"; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-+ISWPrpY/urpZZZrn6+Ii8gbrwkQMLL6gXhydXd8HqI="; 24 + hash = "sha256-Z6QIEFITMjmB3JbbcfGC5JMJtAz5/3F21TRgao5lBs0="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [