From 2105dab750a93ae2bec9328f350b075615001af8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 21 May 2024 08:45:20 +0200 Subject: [PATCH] python312Packages.dbus-fast: 2.21.2 -> 2.21.3 Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/refs/tags/v2.21.2...v2.21.3 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.21.3 --- pkgs/development/python-modules/dbus-fast/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dbus-fast/default.nix b/pkgs/development/python-modules/dbus-fast/default.nix index 736605ebece8..e26f2a522e17 100644 --- a/pkgs/development/python-modules/dbus-fast/default.nix +++ b/pkgs/development/python-modules/dbus-fast/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dbus-fast"; - version = "2.21.2"; + version = "2.21.3"; pyproject = true; disabled = pythonOlder "3.7"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "dbus-fast"; rev = "refs/tags/v${version}"; - hash = "sha256-CLv8pNs6P2XRNK5wjo2SbRUuasJVXvd9LFABOwjDA9k="; + hash = "sha256-Wmv6R/aOBFPSzTVEElYsg/CrywB/pAYPWZBsMhpqtFQ="; }; # The project can build both an optimized cython version and an unoptimized @@ -62,6 +62,7 @@ buildPythonPackage rec { "test_aio_properties" "test_aio_proxy_object" "test_bus_disconnect_before_reply" + "test_error_handling" "test_export_alias" "test_export_introspection" "test_export_unexport"