gnu: python-websockets: Update to 13.1.

* gnu/packages/python-web.scm (python-websockets): Update to 13.1.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2024-11-28 08:52:21 +01:00 committed by Sharlatan Hellseher
parent b79f59f198
commit 3f46d58f0e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7129,7 +7129,7 @@ files.")
(define-public python-websockets
(package
(name "python-websockets")
(version "13.0")
(version "13.1")
(source
(origin
(method git-fetch)
@ -7139,7 +7139,7 @@ files.")
(file-name (git-file-name name version))
(sha256
(base32
"1brnaf1c4r9377p2npxpkik9ggqzmymvnnazdhw6s2wzfhlln8vv"))))
"1dx3rf6fmg4ir9cfcn1fil446qz879cwrjq2rcz5zvl71xkw6hb3"))))
(build-system pyproject-build-system)
(arguments
(list #:phases