python3Packages.victron-mqtt: 2026.6.8 -> 2026.7.2

This commit is contained in:
R. Ryantm
2026-07-11 01:51:48 +00:00
parent ffc7f8ce99
commit 4811eae77f
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "victron-mqtt";
version = "2026.6.8";
version = "2026.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "tomer-w";
repo = "victron_mqtt";
tag = "v${finalAttrs.version}";
hash = "sha256-zwdSpfI1UtH9ZDYXk/0jozt9qTs5ZaMrg5c60HBnOWo=";
hash = "sha256-ZU5qz+21rxHnpHlV0Vn+iiBDqW110hy/4+Emblj6gWo=";
};
build-system = [