diff --git a/pkgs/development/python-modules/bluetooth-data-tools/default.nix b/pkgs/development/python-modules/bluetooth-data-tools/default.nix index b6deb66fac3c..27fe21f07862 100644 --- a/pkgs/development/python-modules/bluetooth-data-tools/default.nix +++ b/pkgs/development/python-modules/bluetooth-data-tools/default.nix @@ -7,6 +7,7 @@ poetry-core, pytest-benchmark, pytest-cov-stub, + pytest-codspeed, pytestCheckHook, pythonOlder, setuptools, @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "bluetooth-data-tools"; - version = "1.20.0"; + version = "1.22.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -23,7 +24,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "bluetooth-data-tools"; tag = "v${version}"; - hash = "sha256-qg2QZc95DD2uTO0fTwoNaPfL+QSrcqDwJvx41lIZDRs="; + hash = "sha256-ygtpOKrvVaM2rWfzRdKj96Z229+6wPSCuZq3agx+/IY="; }; # The project can build both an optimized cython version and an unoptimized @@ -41,6 +42,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-benchmark pytest-cov-stub + pytest-codspeed pytestCheckHook ]; @@ -51,7 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Library for converting bluetooth data and packets"; homepage = "https://github.com/Bluetooth-Devices/bluetooth-data-tools"; - changelog = "https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v${version}/CHANGELOG.md"; + changelog = "https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/${src.tag}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };