Commit 8a26ddc1 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

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

This reverts commit 3bf8c24d.
parent e4216e02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''