(address . guix-patches@gnu.org)
* gnu/packages/python-web.scm (python-websockets): Update to 11.0.1.
[build-system]: Use pyproject-build-system.
---
Hi,
Here's a patch updating python-websockets to the latest release. Tests are passing.
all best,
jgart
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Toggle diff (26 lines)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 495e13acfe..d9475e9350 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6089,7 +6089,7 @@ (define-public python-warcio
(define-public python-websockets
(package
(name "python-websockets")
- (version "10.3")
+ (version "11.0.1")
(source
(origin
(method git-fetch)
@@ -6099,8 +6099,8 @@ (define-public python-websockets
(file-name (git-file-name name version))
(sha256
(base32
- "1vk7g5z977mi89hamwiqawpmibwvv9ghrf3pqva1waxmyc7gyjb5"))))
- (build-system python-build-system)
+ "1pbkm9hd0lfkd6j25vyd3dgj6bsyrpc5bd1i0ay68f7np45jjgvh"))))
+ (build-system pyproject-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases
--
2.39.2