python3Packages.qbusmqttapi: 1.4.2 -> 1.4.3

https://github.com/Qbus-iot/qbusmqttapi/releases/tag/v1.4.3
This commit is contained in:
Martin Weinelt
2026-04-12 01:09:36 +02:00
parent 6410b0715b
commit 62113403ee
@@ -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 = ''