python3Packages.victron-mqtt: 2026.4.19 -> 2026.5.0

This commit is contained in:
R. Ryantm
2026-05-10 17:32:28 +00:00
parent 7ebae83e14
commit 4b502f0b35
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.4.19";
version = "2026.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-KJAq/tYQHdlgeUTG+o3yKD5x1XKpYLDlDAr1ti2lbYI=";
hash = "sha256-0VGDGtuMs1Bw+98ddI0Gggxm1nWEWWn4Z/RbuTfzqoY=";
};
build-system = [