python3Packages.actron-neo-api: 0.1.84 -> 0.1.87

This commit is contained in:
R. Ryantm
2025-12-03 10:44:30 -08:00
committed by Robert Schütz
parent 7db75e54a9
commit 724c12f807
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "actron-neo-api";
version = "0.1.84";
version = "0.1.87";
pyproject = true;
src = fetchFromGitHub {
owner = "kclif9";
repo = "actronneoapi";
tag = "v${version}";
hash = "sha256-ihIg264ZX0tCfRwVLkiq62ke2G125ObcrVabPCDrc4c=";
hash = "sha256-8Y1vl+KjjAnobb9wORZCcXTLStuGOth3dlX0Goq+pxE=";
};
build-system = [