mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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:
parent
391de92713
commit
3983f4da94
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue