diff options
author | Franz Geffke <franz@pantherx.org> | 2024-02-27 20:43:26 +0000 |
---|---|---|
committer | Franz Geffke <franz@pantherx.org> | 2024-02-27 20:43:26 +0000 |
commit | ec2c491507ca1570a085eae4651c97caebb75626 (patch) | |
tree | 3fa7df5984ef3b7e8235508cd39da1593b079b6f /px/packages/python-xyz.scm | |
parent | 53174f89fd99e36548b1fd996d68b0b0cb8b755b (diff) |
python-bleak: add python-typing-extensions@4.10.0
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 17 |
1 files changed, 15 insertions, 2 deletions
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 |