python310Packages.bluetooth-auto-recovery: 1.2.0 -> 1.2.1

https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.2.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2023-08-02 19:52:43 +02:00
parent b64dcd3768
commit 49a5e79a98
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,5 +1,6 @@
{ lib
, async-timeout
, bluetooth-adapters
, btsocket
, buildPythonPackage
, fetchFromGitHub
@ -12,7 +13,7 @@
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
version = "1.2.0";
version = "1.2.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-uPa8iXG++doRMAK83NSnqiqnZSIjdL7zMTkjdRrSjtA=";
hash = "sha256-5OOIehWb7nxKs1AF9/0yjZhbc3h4MWdgAVCa7irq5YE=";
};
nativeBuildInputs = [
@ -30,6 +31,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
async-timeout
bluetooth-adapters
btsocket
pyric
usb-devices