Commit 193df32f authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.renault-api: 0.5.6 -> 0.5.7

parent ca19b872
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage (finalAttrs: {
  pname = "renault-api";
  version = "0.5.6";
  version = "0.5.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hacf-fr";
    repo = "renault-api";
    tag = "v${finalAttrs.version}";
    hash = "sha256-tKq4PB1mthUvlocpJ3slxKhzKpSOq4kVrjN8E9K+PSI=";
    hash = "sha256-12xeTaGwKRELbMVmzjhlPm0xnkmVTHUJC2zE0Xkne9s=";
  };

  build-system = [ poetry-core ];