summaryrefslogtreecommitdiff
path: root/px/packages/python-xyz.scm
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2024-02-28 00:01:16 +0000
committerFranz Geffke <franz@pantherx.org>2024-02-28 00:01:16 +0000
commitf89437c497cae65bb262c654659622b1fe7c9b41 (patch)
tree59041bb4cfc6d30906ad2d9f4991f2580f4e59ec /px/packages/python-xyz.scm
parentec2c491507ca1570a085eae4651c97caebb75626 (diff)
python-bleak: v0.20.2 (down due to upstream dependency)
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r--px/packages/python-xyz.scm21
1 files changed, 4 insertions, 17 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm
index 81a06d2..4850df7 100644
--- a/px/packages/python-xyz.scm
+++ b/px/packages/python-xyz.scm
@@ -926,13 +926,13 @@ communicating with your Coldcard over USB")
(define-public python-bleak
(package
(name "python-bleak")
- (version "0.21.1")
+ (version "0.20.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bleak" version))
(sha256
- (base32 "13y1yld3li2z0ckjf3iblml6kqn7f0q1b8ds5jcmncgvf8kiljpc"))))
+ (base32 "1r4ynwvdpk95pjfq6m38jszf3xmzgi2skkn5zyldxrilprxa94kc"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -949,21 +949,8 @@ 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-v4.10.0))
+ python-typing-extensions))
(home-page "https://github.com/hbldh/bleak")
(synopsis "Bluetooth Low Energy platform Agnostic Klient")
(description "Bluetooth Low Energy platform Agnostic Klient")
- (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
+ (license license:expat))) \ No newline at end of file