[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74138] [PATCH] gnu: yt-dlp: Update to 2024.11.04.
From: |
ashish . is |
Subject: |
[bug#74138] [PATCH] gnu: yt-dlp: Update to 2024.11.04. |
Date: |
Mon, 4 Nov 2024 10:21:08 +0100 |
From: Ashish SHUKLA <ashish.is@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
[bug#74138] [PATCH v2 1/2] gnu: python-websockets: Update to 13.0., Sharlatan Hellseher, 2024/11/01