Unverified Commit 50c828b2 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 21dd4ff6 e1b6c103
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [