python3Packages.victron-ble-ha-parser: 0.6.3 -> 0.7.0
Diff: https://github.com/rajlaud/victron-ble-ha-parser/compare/v0.6.3...v0.7.0 Changelog: https://github.com/rajlaud/victron-ble-ha-parser/releases/tag/v0.7.0
This commit is contained in:
committed by
Martin Weinelt
parent
8f0bf4f72c
commit
6518f03e38
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "victron-ble-ha-parser";
|
||||
version = "0.6.3";
|
||||
version = "0.7.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rajlaud";
|
||||
repo = "victron-ble-ha-parser";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wSkTIX1TTP2geU7bgsdJj6Nv5SIGgd6k84G7tRCo3O0=";
|
||||
hash = "sha256-WbJ0OQHTWigszOQ03427Nk6xfKqTHcPQ63tcSvG3x/k=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user