python3Packages.bluetooth-adapters: 2.1.0 -> 2.1.1

Diff: https://github.com/Bluetooth-Devices/bluetooth-adapters/compare/v2.1.0...v2.1.1

Changelog: https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/v2.1.1

Changed files
+3 -3
pkgs
development
python-modules
bluetooth-adapters
+3 -3
pkgs/development/python-modules/bluetooth-adapters/default.nix
···
buildPythonPackage rec {
pname = "bluetooth-adapters";
-
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
tag = "v${version}";
-
hash = "sha256-euAyVSBmlMsPMUnxn8L7p0n939TQe4id+JTtUk4pHIY=";
};
outputs = [
···
meta = {
description = "Tools to enumerate and find Bluetooth Adapters";
homepage = "https://github.com/Bluetooth-Devices/bluetooth-adapters";
-
changelog = "https://github.com/bluetooth-devices/bluetooth-adapters/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.asl20;
teams = [ lib.teams.home-assistant ];
};
···
buildPythonPackage rec {
pname = "bluetooth-adapters";
+
version = "2.1.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "Bluetooth-Devices";
repo = "bluetooth-adapters";
tag = "v${version}";
+
hash = "sha256-M9Me+fTaw//wGVd9Ss9iYB7RMgfkxJZz2lT60lHe3Vg=";
};
outputs = [
···
meta = {
description = "Tools to enumerate and find Bluetooth Adapters";
homepage = "https://github.com/Bluetooth-Devices/bluetooth-adapters";
+
changelog = "https://github.com/Bluetooth-Devices/bluetooth-adapters/releases/tag/${src.tag}";
license = lib.licenses.asl20;
teams = [ lib.teams.home-assistant ];
};