Unverified Commit 860cc71f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.renault-api: 0.2.5 -> 0.2.6 (#337955)

parents c6afc4c6 72f2aca7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "renault-api";
  version = "0.2.5";
  version = "0.2.6";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "hacf-fr";
    repo = "renault-api";
    rev = "refs/tags/v${version}";
    hash = "sha256-PBNiYfWcPx3AorpYmNiPGC8MAE8efQOwdtaY8dH1wTs=";
    hash = "sha256-opxEQIpZkaSWglPh4gwLJIi89B/ooHlwc9nKZRIS/j8=";
  };

  build-system = [ poetry-core ];