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 11 buildPythonPackage rec { 12 pname = "weconnect-mqtt"; 13 - version = "0.48.3"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.8"; ··· 19 owner = "tillsteinbach"; 20 repo = "WeConnect-mqtt"; 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-Pja9BP0gbWXTgOokEngNS364tJp1oWJYNKcTxyYJHGw="; 23 }; 24 25 postPatch = ''
··· 10 11 buildPythonPackage rec { 12 pname = "weconnect-mqtt"; 13 + version = "0.48.4"; 14 format = "setuptools"; 15 16 disabled = pythonOlder "3.8"; ··· 19 owner = "tillsteinbach"; 20 repo = "WeConnect-mqtt"; 21 rev = "refs/tags/v${version}"; 22 + hash = "sha256-Yv6CAGTDi4P9pImLxVk2QkZ014iqQ8UMBUeiyZWnYiQ="; 23 }; 24 25 postPatch = ''