python310Packages.bleak-retry-connector: 1.5.0 -> 1.7.0

This commit is contained in:
Fabian Affolter 2022-08-12 10:09:15 +02:00
parent fb3c3517e6
commit 94cbcedfcb

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bleak-retry-connector";
version = "1.5.0";
version = "1.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-H7qhtUl9dLGX51lXLsjEAyLTcHifN8fwSQFOAGaH/RM=";
hash = "sha256-QbBspgJK8w3gzAd+C7LmfU7QMZLiPz50/l+QEQtY7Ug=";
};
nativeBuildInputs = [