diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2021-11-30 20:50:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 20:50:45 +0100 |
| commit | c8c37dcd32ed154a7fa67bb4b19f1aea71899643 (patch) | |
| tree | 104b03483c67b8c5b56fa1637f6fa0a901ed1171 | |
| parent | Merge pull request #147085 from dotlambda/total-connect-client-2021.11.5 (diff) | |
| parent | python3Packages.bimmer-connected: 0.8.0 -> 0.8.2 (diff) | |
| download | nixpkgs-c8c37dcd32ed154a7fa67bb4b19f1aea71899643.tar.gz | |
Merge pull request #147299 from dotlambda/bimmer-connected-0.8.2
| -rw-r--r-- | pkgs/development/python-modules/bimmer-connected/default.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bimmer-connected/default.nix b/pkgs/development/python-modules/bimmer-connected/default.nix index c91af48b9e9e..bc92fed9a6ae 100644 --- a/pkgs/development/python-modules/bimmer-connected/default.nix +++ b/pkgs/development/python-modules/bimmer-connected/default.nix @@ -4,13 +4,15 @@ , fetchFromGitHub , pbr , requests +, pycryptodome +, pyjwt , pytestCheckHook , requests-mock }: buildPythonPackage rec { pname = "bimmer-connected"; - version = "0.8.0"; + version = "0.8.2"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -19,7 +21,7 @@ buildPythonPackage rec { owner = "bimmerconnected"; repo = "bimmer_connected"; rev = version; - sha256 = "sha256-sox24UpuIK5SP0IWVxa/NiyR5IrTzXe0SVTCd4FB6mo="; + hash = "sha256-/AkQ7hEjzgL4/ruXqTdchh+N8PY5q3ILNKKo43EOGg4="; }; nativeBuildInputs = [ @@ -30,6 +32,8 @@ buildPythonPackage rec { propagatedBuildInputs = [ requests + pycryptodome + pyjwt ]; checkInputs = [ |
