mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
python311Packages.dbus-fast: 1.95.1 -> 1.95.2
Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.95.2
This commit is contained in:
parent
82ea1d4631
commit
7539360ce3
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-fast";
|
||||
version = "1.95.1";
|
||||
version = "1.95.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Zj4wpGfcNM9UVehs2bhF5IyujVI6jegnoMaLMbcvTOA=";
|
||||
hash = "sha256-odx+2TfyPcVk43wVtArQ5CnR/69WxYf7O6QSYRq/M9I=";
|
||||
};
|
||||
|
||||
# The project can build both an optimized cython version and an unoptimized
|
||||
@ -66,6 +66,7 @@ buildPythonPackage rec {
|
||||
"test_export_alias"
|
||||
"test_export_introspection"
|
||||
"test_export_unexport"
|
||||
"test_fast_disconnect"
|
||||
"test_glib_big_message"
|
||||
"test_high_level_service_fd_passing"
|
||||
"test_interface_add_remove_signal"
|
||||
|
Loading…
Reference in New Issue
Block a user