summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-06-18 21:11:04 -0400
committerLeo Famulari <leo@famulari.name>2024-07-03 21:47:20 -0400
commit0fa4cb5750c1e1f0ee5380501d813f4eacfc8d56 (patch)
tree12b844ce183d793a9a41e5321377ec3b1aa2d623
parent87af8642a820342fcb77eb6ad6d0ae80781be885 (diff)
downloadguix-patches-0fa4cb5750c1e1f0ee5380501d813f4eacfc8d56.tar
guix-patches-0fa4cb5750c1e1f0ee5380501d813f4eacfc8d56.tar.gz
gnu: python-websockets: Update to 12.0
* gnu/packages/python-web.scm (python-websockets): Update to 12.0. Change-Id: I6217093bbdfb81b35eb7c8d59ada3f612b7d9511
-rw-r--r--gnu/packages/python-web.scm4
1 files 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