Merge pull request #187432 from fabaff/bleak-retry-connector-bump

python310Packages.bleak-retry-connector: 1.10.0 -> 1.10.1
This commit is contained in:
Fabian Affolter 2022-08-19 18:47:53 +02:00 committed by GitHub
commit 75bf6c01e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bleak-retry-connector";
version = "1.8.0";
version = "1.10.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-wtzZ94nHfVtX8YakMLGxhqvn95v93qL2Qz9OeBRB520=";
hash = "sha256-cdPFyuDRdZJZ/HQq9xO3TojnNS34F+2JiwTIcxQWONM=";
};
nativeBuildInputs = [