Merge pull request #291823 from r-ryantm/auto-update/python312Packages.weconnect-mqtt

python312Packages.weconnect-mqtt: 0.48.3 -> 0.48.4

authored by Nick Cao and committed by GitHub 0d8ba5b1 859e1a8c

+2 -2
+2 -2
pkgs/development/python-modules/weconnect-mqtt/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "weconnect-mqtt"; 13 - version = "0.48.3"; 13 + version = "0.48.4"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "tillsteinbach"; 20 20 repo = "WeConnect-mqtt"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-Pja9BP0gbWXTgOokEngNS364tJp1oWJYNKcTxyYJHGw="; 22 + hash = "sha256-Yv6CAGTDi4P9pImLxVk2QkZ014iqQ8UMBUeiyZWnYiQ="; 23 23 }; 24 24 25 25 postPatch = ''