Skip to content

Commit

Permalink
python312Packages.habluetooth: 3.6.0 -> 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 6, 2025
1 parent 58f12ee commit e771754
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/python-modules/habluetooth/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
lib,
async-interrupt,
bleak,
bleak-retry-connector,
bleak,
bluetooth-adapters,
bluetooth-auto-recovery,
bluetooth-data-tools,
Expand All @@ -11,6 +11,7 @@
fetchFromGitHub,
poetry-core,
pytest-asyncio,
pytest-codspeed,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
Expand All @@ -19,7 +20,7 @@

buildPythonPackage rec {
pname = "habluetooth";
version = "3.6.0";
version = "3.7.0";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -28,7 +29,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-ypE/PvJV29+P389wLKZUErqLRvy935dAZYeap7n1z4M=";
hash = "sha256-wOWQaM1hfWaqLFIzwB7O1yOS/CJPvZ+aGbKzvAE2DAE=";
};

build-system = [
Expand All @@ -48,6 +49,7 @@ buildPythonPackage rec {

nativeCheckInputs = [
pytest-asyncio
pytest-codspeed
pytest-cov-stub
pytestCheckHook
];
Expand Down

0 comments on commit e771754

Please sign in to comment.