python3Packages.victron-mqtt: 2026.7.2 -> 2026.7.3 (#542381)

This commit is contained in:
dotlambda
2026-07-16 02:36:09 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.7.2";
version = "2026.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-ZU5qz+21rxHnpHlV0Vn+iiBDqW110hy/4+Emblj6gWo=";
hash = "sha256-J5k3JkAP1E39KL3JMIfg00jDuiFfIss+N3+/Jxscx3s=";
};
build-system = [