python3Packages.victron-mqtt: 2026.5.5 -> 2026.5.9

This commit is contained in:
R. Ryantm
2026-05-27 07:27:53 +00:00
parent c0523a4c8f
commit c59e540424
@@ -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 = [