python3Packages.victron-mqtt: 2026.3.3 -> 2026.3.10 (#504138)

This commit is contained in:
dotlambda
2026-03-28 14:48:14 +00:00
committed by GitHub
@@ -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 = [