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 #20 received at 74138 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/video.scm (yt-dlp): Update to 2024.11.04.
Change-Id: I39107d025eaff185caf5c56c2ab869c7242a21ca
---
Hi,
Just noticed that there is an update to yt-dlp, so sending it based off prior commits in this thread.
And needless to say, this update works fine.
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 12e321e96c..173f1da790 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3171,7 +3171,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2024.10.22")
+ (version "2024.11.04")
(source
(origin
(method git-fetch)
@@ -3183,7 +3183,7 @@ (define-public yt-dlp
(snippet '(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "1gw19f4h71vlchljg08g5l8sd60gmflbdpxz2vsinxzkmqvrqnra"))))
+ (base32 "13va3mpv1i04mprmlz4s3gciv88m0vzqyqql9008g8ivni01xrr5"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
base-commit: 3247453752130cd17ea54b8f5fe59f1dd2ffb8a0
--
2.47.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.