python3Packages.victron-mqtt: 2026.4.9 -> 2026.4.17 (#512656)

This commit is contained in:
dotlambda
2026-04-23 15:24:50 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.4.9";
version = "2026.4.17";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-Lq3I5xZCu3UrllW0cHLo7wlKnDOl73TDRN97gThvP1M=";
hash = "sha256-7aLgA5TW4VAFlR2I2rWtsDIkOXUJUJY6Z0WXhifuJ0k=";
};
build-system = [