python3Packages.weconnect-mqtt: 0.48.4 -> 0.49.2

https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.49.2
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:43 +02:00
parent 694d2f8747
commit 6ec4c5d452
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "weconnect-mqtt";
version = "0.48.4";
version = "0.49.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-mqtt";
rev = "refs/tags/v${version}";
hash = "sha256-Yv6CAGTDi4P9pImLxVk2QkZ014iqQ8UMBUeiyZWnYiQ=";
hash = "sha256-jTScDPTj7aIQcGuL2g8MvuYln6iaj6abEyCfd8vvT2I=";
};
postPatch = ''