[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-websockets: Update to 12.0
From: |
guix-commits |
Subject: |
05/06: gnu: python-websockets: Update to 12.0 |
Date: |
Wed, 3 Jul 2024 21:47:50 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 0fa4cb5750c1e1f0ee5380501d813f4eacfc8d56
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Jun 18 21:11:04 2024 -0400
gnu: python-websockets: Update to 12.0
* gnu/packages/python-web.scm (python-websockets): Update to 12.0.
Change-Id: I6217093bbdfb81b35eb7c8d59ada3f612b7d9511
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 98aa46dafc..eef63351ef 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6754,7 +6754,7 @@ files.")
(define-public python-websockets
(package
(name "python-websockets")
- (version "11.0.3")
+ (version "12.0")
(source
(origin
(method git-fetch)
@@ -6764,7 +6764,7 @@ files.")
(file-name (git-file-name name version))
(sha256
(base32
- "1hn1qzpk1fvhi5j5nz4xlvzwkj9y16c9gryrb4n4dza84qi1pna5"))))
+ "1a587a1knjsy9zmgab9v2yncx0803pg2hfcvf7kz6vs8ixaggqmh"))))
(build-system python-build-system)
(arguments
(list #:phases
- branch master updated (ddbbb78786 -> 9014b27480), guix-commits, 2024/07/03
- 02/06: gnu: Add python-requests 2.31.0., guix-commits, 2024/07/03
- 05/06: gnu: python-websockets: Update to 12.0,
guix-commits <=
- 03/06: gnu: Add python-urllib3 1.26.17., guix-commits, 2024/07/03
- 06/06: gnu: yt-dlp: Update to 2024.05.27., guix-commits, 2024/07/03
- 01/06: gnu: yt-dlp: Don't inherit from youtube-dl., guix-commits, 2024/07/03
- 04/06: gnu: python-pytest-sanic: Further relax the websockets version requirements., guix-commits, 2024/07/03