python312Packages.dbus-fast: 2.24.2 -> 2.24.3

https://github.com/Bluetooth-Devices/dbus-fast/blob/refs/tags/v2.24.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-11-06 21:09:22 +01:00
parent 53a2c709fa
commit cc882676aa
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dbus-fast";
version = "2.24.2";
version = "2.24.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "dbus-fast";
rev = "refs/tags/v${version}";
hash = "sha256-3kgNr7kTKsgjLhxXZddyMs9VjxbWaHqdYYGaHc7NXq0=";
hash = "sha256-RRVQCah44YTgRoGKtTDFU3dsaFbiUnKze3tZoCLM4uk=";
};
# The project can build both an optimized cython version and an unoptimized