From 3f46d58f0e5ab974d417dbe673e7de66f1d1c98e Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Thu, 28 Nov 2024 08:52:21 +0100 Subject: gnu: python-websockets: Update to 13.1. * gnu/packages/python-web.scm (python-websockets): Update to 13.1. Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 4 ++-- 1 file 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 -- cgit v1.2.3