Unverified Commit 78ee442d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.renault-api: 0.5.3 -> 0.5.5 (#493754)

parents 8fffa360 e3392c05
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.3";
  version = "0.5.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hacf-fr";
    repo = "renault-api";
    tag = "v${finalAttrs.version}";
    hash = "sha256-L5Ld6CyMapW2qX5YmExQzfWddQkQjSHgy7sz3OtL4TQ=";
    hash = "sha256-sS1eOpWsHSR+2eHEiv74IN3q83AaTaWlN3ilTz9PwYs=";
  };

  build-system = [ poetry-core ];