From 0e0ecc1940b84193ff114f2f1ccf837a31bffc51 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 17 Mar 2026 19:49:25 +0100 Subject: [PATCH] python3Packages.pyporscheconnectapi: 0.2.6 -> 0.2.7 Changelog: https://github.com/CJNE/pyporscheconnectapi/releases/tag/0.2.7 --- .../python-modules/pyporscheconnectapi/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyporscheconnectapi/default.nix b/pkgs/development/python-modules/pyporscheconnectapi/default.nix index 95bb88bb0ba0..e5bbb4868c16 100644 --- a/pkgs/development/python-modules/pyporscheconnectapi/default.nix +++ b/pkgs/development/python-modules/pyporscheconnectapi/default.nix @@ -1,5 +1,6 @@ { 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