python3Packages.bleak-retry-connector: 2.8.4 -> 2.8.5

https://github.com/Bluetooth-Devices/bleak-retry-connector/releases/tag/v2.8.5
This commit is contained in:
Martin Weinelt 2022-11-21 02:16:34 +01:00
parent 0a732598cf
commit 81b13c864d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "bleak-retry-connector";
version = "2.8.4";
version = "2.8.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eXHgxjSmr+BH+kI3qLbjq+z+YGRbyrvYvDgx6xwt2os=";
hash = "sha256-Uct040yI4tJkdQNBAJhr/aOjMRcGkTOAnm4pzmeHNZM=";
};
postPatch = ''