python3Packages.victron-mqtt: 2026.4.1 -> 2026.4.9

This commit is contained in:
R. Ryantm
2026-04-15 01:15:28 +00:00
parent b6fb7fa7cd
commit fe87a4e4f0
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.4.1";
version = "2026.4.9";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-EJVzbOgf0BT9qIDite3JhNmK1uU3zrXgJWW8KhZh0bk=";
hash = "sha256-Lq3I5xZCu3UrllW0cHLo7wlKnDOl73TDRN97gThvP1M=";
};
build-system = [