diff options
author | Marius Bakke <marius@gnu.org> | 2023-09-11 20:30:47 +0800 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-09-22 01:29:20 +0800 |
commit | be3c0cf68e1a113b1ee5979b8354da2580db553e (patch) | |
tree | 0be1a9835ee6ddf0ed4db4cfc2c5d51019f5cec5 | |
parent | be44b0033716f32fec9242d0ebe7d048a998d417 (diff) |
gnu: python-websockets: Update to 11.0.3.
* gnu/packages/python-web.scm (python-websockets): Update to 11.0.3.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e7c20d67b5..ca65ea162f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6299,7 +6299,7 @@ files.") (define-public python-websockets (package (name "python-websockets") - (version "10.3") + (version "11.0.3") (source (origin (method git-fetch) @@ -6309,7 +6309,7 @@ files.") (file-name (git-file-name name version)) (sha256 (base32 - "1vk7g5z977mi89hamwiqawpmibwvv9ghrf3pqva1waxmyc7gyjb5")))) + "1hn1qzpk1fvhi5j5nz4xlvzwkj9y16c9gryrb4n4dza84qi1pna5")))) (build-system python-build-system) (arguments (list #:phases |