python3Packages.victron-ble-ha-parser: 0.6.2 -> 0.6.3

Diff: https://github.com/rajlaud/victron-ble-ha-parser/compare/v0.6.2...v0.6.3

Changelog: https://github.com/rajlaud/victron-ble-ha-parser/releases/tag/v0.6.3
This commit is contained in:
Robert Schütz
2026-04-02 13:10:32 -07:00
parent 9e548e9863
commit 7f3df3dc42
@@ -10,22 +10,18 @@
buildPythonPackage rec {
pname = "victron-ble-ha-parser";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "rajlaud";
repo = "victron-ble-ha-parser";
tag = "v${version}";
hash = "sha256-CwixmpjLxZX858u/JRt6UtJQNh8wFAZd9g/xgqZzrEs=";
hash = "sha256-wSkTIX1TTP2geU7bgsdJj6Nv5SIGgd6k84G7tRCo3O0=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [
"victron-ble"
];
dependencies = [
bluetooth-sensor-state-data
sensor-state-data