guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 1ff75850a1b80fe5faa26ea1cb8101ad1132659d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 11 10:50:49 2026 +0100

    gnu: python-websockets: Update to 16.0.
    
    * gnu/packages/python-web.scm (python-websockets): Update to 16.0.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I5ecbd03134cae2c4647b32851c51582d590f2f94
---
 gnu/packages/python-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6c38698e53..3cea9a51cf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -10994,7 +10994,7 @@ files.")
 (define-public python-websockets
   (package
     (name "python-websockets")
-    (version "13.1")
+    (version "16.0")
     (source
      (origin
        (method git-fetch)
@@ -11004,7 +11004,7 @@ files.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1dx3rf6fmg4ir9cfcn1fil446qz879cwrjq2rcz5zvl71xkw6hb3"))))
+         "1f71siwmjxn8b671x8lkkxx56q3xm99f2kmjqpzfcv3air9n94gg"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:test-backend #~'unittest
@@ -11018,8 +11018,7 @@ files.")
                           #~((setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" "100"))
                           #~((setenv "WEBSOCKETS_TESTS_TIMEOUT_FACTOR" 
"10"))))))))
     (native-inputs
-     (list python-setuptools
-           python-wheel))
+     (list python-setuptools))
     (home-page "https://github.com/aaugustin/websockets";)
     (synopsis
      "Python implementation of the WebSocket Protocol (RFC 6455 & 7692)")

Reply via email to