From 226127fba42720c5e6fd78aaf642d0fe8c73ed02 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Thu, 22 Feb 2024 19:17:40 +0000 Subject: python-dbus-fast: v2.21.1 --- px/packages/python-xyz.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 3429a52..7ddac67 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -902,4 +902,22 @@ communicating with your Coldcard over USB") (home-page "https://www.pantherx.org/") (synopsis "Stuff that's shared across px-projects.") (description "Stuff like well known applications that's shared across px-projects.") + (license license:expat))) + +(define-public python-dbus-fast + (package + (name "python-dbus-fast") + (version "2.21.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "dbus_fast" version)) + (sha256 + (base32 "00jxi8fx1s3s5glapmrrsx14g2pj70smy755khwmj7az03955f47")))) + (build-system python-build-system) + (arguments + `(#:tests? #f)) + (home-page "https://github.com/Bluetooth-Devices/dbus-fast") + (synopsis "A faster version of dbus-next") + (description "This package provides a faster version of dbus-next") (license license:expat))) \ No newline at end of file -- cgit v1.2.3