python3Packages.victron-mqtt: 2026.3.3 -> 2026.3.10

Diff: https://github.com/tomer-w/victron_mqtt/compare/v2026.3.3...v2026.3.10

Changelog: https://github.com/tomer-w/victron_mqtt/releases/tag/v2026.3.10
This commit is contained in:
Robert Schütz
2026-03-27 08:51:00 -07:00
parent a91826bcd1
commit e1b6c10337
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.3.3";
version = "2026.3.10";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-KBmKHDCTBijt1GZGUuNKHLFpBB+Zfj1Vxio0qUS/Dto=";
hash = "sha256-qVMgBeRdBCc2ykNP1W2XQ2fL9wYgjJ6V4h9qvO5d8EY=";
};
build-system = [