python3Packages.victron-mqtt: 2026.5.5 -> 2026.5.9 (#524716)

This commit is contained in:
dotlambda
2026-05-27 10:28:13 +00:00
committed by GitHub

View File

@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.5.5";
version = "2026.5.9";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-8tl158Pd7TkrQbKfAFePjQRBc5tmyAUsz9cEd06blDs=";
hash = "sha256-Q0qQrJgz1D+0THR1A4vyddC2CZK6i76DxcAU5J5lH6U=";
};
build-system = [