gnu: python-websockets: Update to 13.0.

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

Change-Id: I242cc257c779d1dba992e814ba4da68c99daff6e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Jakob Kirsch 2024-11-01 21:41:47 +00:00 committed by Sharlatan Hellseher
parent 391de92713
commit 3983f4da94
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7029,7 +7029,7 @@ (define-public python-warcio
(define-public python-websockets
(package
(name "python-websockets")
(version "12.0")
(version "13.0")
(source
(origin
(method git-fetch)
@ -7039,7 +7039,7 @@ (define-public python-websockets
(file-name (git-file-name name version))
(sha256
(base32
"1a587a1knjsy9zmgab9v2yncx0803pg2hfcvf7kz6vs8ixaggqmh"))))
"1brnaf1c4r9377p2npxpkik9ggqzmymvnnazdhw6s2wzfhlln8vv"))))
(build-system python-build-system)
(arguments
(list #:phases