python313Packages.bluetooth-data-tools: 1.22.0 -> 1.23.4

https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v1.23.4/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-02-06 18:55:13 +01:00
parent 422583ce47
commit ed183588f9
@@ -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