me
/
guix
Archived
1
0
Fork 0

gnu: python-websockets: Update to 12.0

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

Change-Id: I6217093bbdfb81b35eb7c8d59ada3f612b7d9511
master
Leo Famulari 2024-06-18 21:11:04 -04:00
parent 87af8642a8
commit 0fa4cb5750
No known key found for this signature in database
GPG Key ID: 6AAC1963757F47FF
1 changed files with 2 additions and 2 deletions

View File

@ -6754,7 +6754,7 @@ files.")
(define-public python-websockets (define-public python-websockets
(package (package
(name "python-websockets") (name "python-websockets")
(version "11.0.3") (version "12.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6764,7 +6764,7 @@ files.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1hn1qzpk1fvhi5j5nz4xlvzwkj9y16c9gryrb4n4dza84qi1pna5")))) "1a587a1knjsy9zmgab9v2yncx0803pg2hfcvf7kz6vs8ixaggqmh"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
(list #:phases (list #:phases