python3Packages.dbus-fast: 5.0.17 -> 5.0.22

https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v5.0.22
This commit is contained in:
Martin Weinelt 2026-07-04 20:11:34 +02:00
commit 09cbb57818
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "dbus-fast";
version = "5.0.17";
version = "5.0.22";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "dbus-fast";
tag = "v${finalAttrs.version}";
hash = "sha256-wZ4ufGua56weOuaOkyjBIzDex/gjmLeAczYzeLQRFwo=";
hash = "sha256-tYgsaXOo1zYjWebcWZyGIIbYHCJApwhRnuYcHOP+ZUs=";
};
postPatch = ''