From ed183588f923970d0abb757e97f76e2f42a5f2d5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 5 Feb 2025 17:42:59 +0100 Subject: [PATCH] python313Packages.bluetooth-data-tools: 1.22.0 -> 1.23.4 https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.23.4/CHANGELOG.md --- .../python-modules/bluetooth-data-tools/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/bluetooth-data-tools/default.nix b/pkgs/development/python-modules/bluetooth-data-tools/default.nix index 27fe21f07862..68c84d7edee7 100644 --- a/pkgs/development/python-modules/bluetooth-data-tools/default.nix +++ b/pkgs/development/python-modules/bluetooth-data-tools/default.nix @@ -6,8 +6,8 @@ cython, poetry-core, pytest-benchmark, - pytest-cov-stub, pytest-codspeed, + pytest-cov-stub, pytestCheckHook, pythonOlder, setuptools, @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "bluetooth-data-tools"; - version = "1.22.0"; + version = "1.23.4"; pyproject = true; disabled = pythonOlder "3.10"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "bluetooth-data-tools"; tag = "v${version}"; - hash = "sha256-ygtpOKrvVaM2rWfzRdKj96Z229+6wPSCuZq3agx+/IY="; + hash = "sha256-WYwcczYqUd7JH68zKBQ9xl5sxX1YAHTEpi0gc81k6DY="; }; # The project can build both an optimized cython version and an unoptimized @@ -41,6 +41,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-benchmark + pytest-codspeed pytest-cov-stub pytest-codspeed pytestCheckHook