Revert "python3Packages.weconnect-mqtt: 0.48.4 -> 0.49.0"

This reverts commit 3bf8c24d74.
This commit is contained in:
Fabian Affolter
2024-05-22 11:32:14 +02:00
parent e4216e0253
commit 8a26ddc1eb
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "weconnect-mqtt";
version = "0.49.0";
version = "0.48.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "tillsteinbach";
repo = "WeConnect-mqtt";
rev = "refs/tags/v${version}";
hash = "sha256-V96fdy6h012SbP3tyOMniAwLf/1+iKzTc9WnevAVwTI=";
hash = "sha256-Yv6CAGTDi4P9pImLxVk2QkZ014iqQ8UMBUeiyZWnYiQ=";
};
postPatch = ''