python3Packages.bimmer-connected: 0.8.2 -> 0.8.5

This commit is contained in:
Robert Schütz 2021-12-04 23:59:22 -08:00 committed by Robert Schütz
parent 9f012fc1c5
commit 179757686e

View file

@ -8,11 +8,12 @@
, pyjwt
, pytestCheckHook
, requests-mock
, time-machine
}:
buildPythonPackage rec {
pname = "bimmer-connected";
version = "0.8.2";
version = "0.8.5";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "bimmerconnected";
repo = "bimmer_connected";
rev = version;
hash = "sha256-/AkQ7hEjzgL4/ruXqTdchh+N8PY5q3ILNKKo43EOGg4=";
hash = "sha256-twVI84YCW+t9ar2vHN1OEiY5tT4/pHP29GnpWprdeHs=";
};
nativeBuildInputs = [
@ -39,6 +40,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
requests-mock
time-machine
];
meta = with lib; {