GNU bug report logs -
#74138
[PATCH v1] gnu: yt-dlp: Update to 2024.10.22.
Previous Next
Reported by: Jakob Kirsch <jakob.kirsch <at> web.de>
Date: Thu, 31 Oct 2024 16:26:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 74138 <at> debbugs.gnu.org (full text, mbox):
From: Jakob Kirsch <jakob.kirsch <at> web.de>
* gnu/packages/python-web.scm (python-websockets): Update to 13.0.
Change-Id: I242cc257c779d1dba992e814ba4da68c99daff6e
---
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 d892e03c9d..b92ce4533a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6845,7 +6845,7 @@ (define-public python-warcio
(define-public python-websockets
(package
(name "python-websockets")
- (version "12.0")
+ (version "13.0")
(source
(origin
(method git-fetch)
@@ -6855,7 +6855,7 @@ (define-public python-websockets
(file-name (git-file-name name version))
(sha256
(base32
- "1a587a1knjsy9zmgab9v2yncx0803pg2hfcvf7kz6vs8ixaggqmh"))))
+ "1brnaf1c4r9377p2npxpkik9ggqzmymvnnazdhw6s2wzfhlln8vv"))))
(build-system python-build-system)
(arguments
(list #:phases
--
2.46.0
This bug report was last modified 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.