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

Changelog: https://github.com/Bluetooth-Devices/bluetooth-auto-recovery/blob/v1.2.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-05-10 20:14:38 +02:00
parent f431ee4a85
commit 59f1a3f64a

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "bluetooth-auto-recovery";
version = "1.1.2";
version = "1.2.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-lOtdrNXY9IYMGFdqhX4rM228OAZ2bUEBZKP+gcDGfuM=";
hash = "sha256-uPa8iXG++doRMAK83NSnqiqnZSIjdL7zMTkjdRrSjtA=";
};
nativeBuildInputs = [