GNU bug report logs -
#68197
[PATCH 0/5] gnu: yt-dlp: Update to 2023.12.30
Previous Next
Reported by: Jaeme Sifat <jaeme <at> runbox.com>
Date: Mon, 1 Jan 2024 23:19:02 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 68197 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video.scm (yt-dlp): Update to 2023.11.16.
Change-Id: Iae2428e13073bd43ec17dd30f6937d9fe4e96726
---
gnu/packages/video.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6da4897a57..a234c7e6b9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2753,7 +2753,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package/inherit youtube-dl
(name "yt-dlp")
- (version "2023.10.13")
+ (version "2023.11.16")
(source
(origin
(method git-fetch)
@@ -2762,7 +2762,7 @@ (define-public yt-dlp
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1cy8cpqwq6yfsbrnln3qqp9lsjckn20m6w7b890ha7jahyir5m1n"))))
+ (base32 "0p6fx5dpd9za2xmqd35qimcmdpziiq26f3n58s14vly6jx5h5j31"))))
(arguments
(substitute-keyword-arguments (package-arguments youtube-dl)
((#:tests? _) (not (%current-target-system)))
@@ -2807,6 +2807,8 @@ (define-public yt-dlp
python-certifi
python-mutagen
python-pycryptodomex
+ python-requests-2.31
+ python-urllib3-2
python-websockets)))
(native-inputs
(append
--
2.41.0
This bug report was last modified 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.