Unverified Commit 4448e4e8 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.actron-neo-api: 0.1.87 -> 0.4.1 (#471041)

parents f9bdfe1f 5d244822
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "actron-neo-api";
  version = "0.1.87";
  version = "0.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kclif9";
    repo = "actronneoapi";
    tag = "v${version}";
    hash = "sha256-8Y1vl+KjjAnobb9wORZCcXTLStuGOth3dlX0Goq+pxE=";
    hash = "sha256-pqBMtrLqGP61nmUE5H34nH969fON2KgyCrEmd3/2X8w=";
  };

  build-system = [