Unverified Commit 87b89c70 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.volkswagencarnet: 5.4.0 -> 5.4.1 (#482014)

parents 1bc71396 7f16276e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "volkswagencarnet";
  version = "5.4.0";
  version = "5.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "robinostlund";
    repo = "volkswagencarnet";
    tag = "v${version}";
    hash = "sha256-9p01sCxXosaCPTo/QN1LJ4E5SvicqAjqpx7Wl7OsRtE=";
    hash = "sha256-e7h8Dp/C4Q/0Y6viTeCTlzekr1aI5B0gAX5MZBenMCY=";
  };

  postPatch = ''