From 0979718f5285c18457d34682011c175191b50f24 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Sep 2022 01:20:13 +0200 Subject: [PATCH] python310Packages.bimmer-connected: 0.10.3 -> 0.10.4 --- .../python-modules/bimmer-connected/default.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bimmer-connected/default.nix b/pkgs/development/python-modules/bimmer-connected/default.nix index 697df2a5d146..4af50c6fdb45 100644 --- a/pkgs/development/python-modules/bimmer-connected/default.nix +++ b/pkgs/development/python-modules/bimmer-connected/default.nix @@ -1,4 +1,5 @@ { lib +, aiofile , buildPythonPackage , pythonOlder , fetchFromGitHub @@ -13,7 +14,7 @@ buildPythonPackage rec { pname = "bimmer-connected"; - version = "0.10.3"; + version = "0.10.4"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "bimmerconnected"; repo = "bimmer_connected"; rev = "refs/tags/${version}"; - hash = "sha256-3jCxncR7bD0DDAH6vt28eBal9cVI9liLbBCX0IJ2bQ8="; + hash = "sha256-o4h84WM/p4gVrxv7YDNgwDpyBYu7Aileagwc8PXNwPs="; }; nativeBuildInputs = [ @@ -32,6 +33,7 @@ buildPythonPackage rec { PBR_VERSION = version; propagatedBuildInputs = [ + aiofile httpx pycryptodome pyjwt @@ -43,6 +45,10 @@ buildPythonPackage rec { time-machine ]; + pythonImportsCheck = [ + "bimmer_connected" + ]; + meta = with lib; { description = "Library to read data from the BMW Connected Drive portal"; homepage = "https://github.com/bimmerconnected/bimmer_connected";