Unverified Commit 4afa792e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pyporscheconnectapi: 0.2.6 -> 0.2.7 (#500796)

parents a01b64c7 0e0ecc19
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  lib,
  aiofiles,
  beautifulsoup4,
  buildPythonPackage,
  fetchFromGitHub,
@@ -10,14 +11,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pyporscheconnectapi";
  version = "0.2.6";
  version = "0.2.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CJNE";
    repo = "pyporscheconnectapi";
    tag = finalAttrs.version;
    hash = "sha256-aiNCT1IYSXdlJfIoQsBnVn9FGHifkI8e35VCQGGAAZ0=";
    hash = "sha256-c46XAWKf7LeQ9Nz1IumOIs/Z8DuCa2zaatBizFT+FMg=";
  };

  postPatch = ''
@@ -28,6 +29,7 @@ buildPythonPackage (finalAttrs: {
  build-system = [ setuptools ];

  dependencies = [
    aiofiles
    beautifulsoup4
    httpx
    rich