python3Packages.victron-mqtt: 2026.7.2 -> 2026.7.3

Diff: https://github.com/tomer-w/victron_mqtt/compare/v2026.7.2...v2026.7.3

Changelog: https://github.com/tomer-w/victron_mqtt/releases/tag/v2026.7.3
This commit is contained in:
Robert Schütz
2026-07-15 14:52:29 -07:00
parent a84be33b3b
commit 4333668936
@@ -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 = [