diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-11-28 08:52:21 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:28:41 +0000 |
commit | 3f46d58f0e5ab974d417dbe673e7de66f1d1c98e (patch) | |
tree | 02b33076fb3fb7b7ca62e75842093999560341b4 /gnu/packages/python-web.scm | |
parent | b79f59f1988ce3ca652e64aefb482458c36a7491 (diff) | |
download | guix-3f46d58f0e5ab974d417dbe673e7de66f1d1c98e.tar.gz guix-3f46d58f0e5ab974d417dbe673e7de66f1d1c98e.zip |
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>
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 7a62f5421c..1d2e91d9bf 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 |