Unverified Commit 400de68c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.victron-mqtt: 2026.1.8 -> 2026.2.5.1 (#496551)

parents b37e9a20 ccbe0ea2
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.1.8";
  version = "2026.2.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tomer-w";
    repo = "victron_mqtt";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KSfP7kZZzMPYa6HWlLS/jF6kJWyHX8SemA9bTPsI11w=";
    hash = "sha256-V3kcepEU/1YySQAPZaeCnRnULjcMuBz5LSQZ9JSz4ks=";
  };

  build-system = [