Unverified Commit 46c1071b authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.actron-neo-api: 0.4.1 -> 0.5.1 (#508982)

parents a603e71b fa67e022
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.4.1";
  version = "0.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kclif9";
    repo = "actronneoapi";
    tag = "v${version}";
    hash = "sha256-pqBMtrLqGP61nmUE5H34nH969fON2KgyCrEmd3/2X8w=";
    hash = "sha256-TEKRQQbmcDjHuZOte4fqZqLkw4Eo8FUgoyui3Mg8CqA=";
  };

  build-system = [