Unverified Commit 62113403 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.qbusmqttapi: 1.4.2 -> 1.4.3

parent 6410b071
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "qbusmqttapi";
  version = "1.4.2";
  version = "1.4.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Qbus-iot";
    repo = "qbusmqttapi";
    tag = "v${version}";
    hash = "sha256-8TNtfBxJcSwlcAgKF6Gvn+e4NGbOIE3JWBAgFKmNyKA=";
    hash = "sha256-qwvgc80YIluIwb2532KBnVT8pOkn7a2T9FWX4Z5bG+A=";
  };

  postPatch = ''