From ec2c491507ca1570a085eae4651c97caebb75626 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Tue, 27 Feb 2024 20:43:26 +0000 Subject: python-bleak: add python-typing-extensions@4.10.0 --- px/packages/python-xyz.scm | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'px/packages/python-xyz.scm') diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index fa78c30..81a06d2 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -949,8 +949,21 @@ communicating with your Coldcard over USB") (native-inputs (list pkg-config python-poetry-core)) (propagated-inputs (list python-async-timeout python-dbus-fast - python-typing-extensions)) + python-typing-extensions-v4.10.0)) (home-page "https://github.com/hbldh/bleak") (synopsis "Bluetooth Low Energy platform Agnostic Klient") (description "Bluetooth Low Energy platform Agnostic Klient") - (license license:expat))) \ No newline at end of file + (license license:expat))) + +;; Upstream and remove +(define-public python-typing-extensions-v4.10.0 + (package + (inherit python-typing-extensions) + (name "python-typing-extensions") + (version "4.10.0") + (source (origin + (method url-fetch) + (uri (pypi-uri "typing_extensions" version)) + (sha256 + (base32 + "1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh")))))) \ No newline at end of file -- cgit v1.2.3