From 2c04d6a5b135a534d58f98ceb431159b24c1a2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 26 Nov 2025 12:30:12 -0800 Subject: [PATCH] python3Packages.dbus-fast: 2.46.3 -> 3.1.2 Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v2.46.3...v3.1.2 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v2.46.4 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v3.0.0 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v3.1.0 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v3.1.1 https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v3.1.2 --- pkgs/development/python-modules/dbus-fast/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dbus-fast/default.nix b/pkgs/development/python-modules/dbus-fast/default.nix index c76ae6dd2b32..94fcde72678b 100644 --- a/pkgs/development/python-modules/dbus-fast/default.nix +++ b/pkgs/development/python-modules/dbus-fast/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "dbus-fast"; - version = "2.46.3"; + version = "3.1.2"; pyproject = true; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "dbus-fast"; tag = "v${version}"; - hash = "sha256-Z/TuYRpmMTU86pJAFDY2J9RG4YfsDcOJsl+71yEVgSI="; + hash = "sha256-WmVtJ/hTFTohsbxwXpBbOvDE8/pdPHX2rBurxtW+ct0="; }; postPatch = '' @@ -72,7 +72,7 @@ buildPythonPackage rec { meta = with lib; { description = "Faster version of dbus-next"; homepage = "https://github.com/bluetooth-devices/dbus-fast"; - changelog = "https://github.com/Bluetooth-Devices/dbus-fast/blob/${src.tag}/CHANGELOG.md"; + changelog = "https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };