Unverified Commit 592d3352 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #215823 from fabaff/renault-api-bump

python310Packages.renault-api: 0.1.11 -> 0.1.12
parents 36109ae4 4981f6a4
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "renault-api";
  version = "0.1.11";
  version = "0.1.12";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -24,8 +24,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "hacf-fr";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-71UFVXfww3wgSO2qoRCuV80+33B91Bjl2+nuuCbQRLg=";
    rev = "refs/tags/v${version}";
    hash = "sha256-uSyqAs0JqrsFuMpfuILoIGxLL+HVOGI/euCZziCgEdQ=";
  };

  nativeBuildInputs = [
@@ -58,6 +58,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library to interact with the Renault API";
    homepage = "https://github.com/hacf-fr/renault-api";
    changelog = "https://github.com/hacf-fr/renault-api/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };