python3Packages.victron-mqtt: 2026.5.4 -> 2026.5.5 (#523136)

This commit is contained in:
dotlambda
2026-05-24 05:34:26 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.5.4";
version = "2026.5.5";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-oiik7n2eT71v814N0LhebTNecT5FuZSObbwqmon6BZI=";
hash = "sha256-8tl158Pd7TkrQbKfAFePjQRBc5tmyAUsz9cEd06blDs=";
};
build-system = [