python3Packages.actron-neo-api: 0.5.11 -> 0.5.12

Diff: https://github.com/kclif9/actronneoapi/compare/v0.5.11...v0.5.12

Changelog: https://github.com/kclif9/actronneoapi/releases/tag/v0.5.12
This commit is contained in:
Robert Schütz
2026-06-05 14:04:17 -07:00
committed by Martin Weinelt
parent 0381b3037a
commit 41a08dae27
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "actron-neo-api";
version = "0.5.11";
version = "0.5.12";
pyproject = true;
src = fetchFromGitHub {
owner = "kclif9";
repo = "actronneoapi";
tag = "v${version}";
hash = "sha256-1cXYMYS8quBVtUbv+Wrcvm13I47VuSKTHwwlQKvGcRI=";
hash = "sha256-j7qjVkpZFkWLVQd+/ndnjPOi8/xo357ez6yte78ny5U=";
};
build-system = [