diff options
author | Timo Wilken <git@twilken.net> | 2025-02-10 20:11:54 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-11 19:56:36 +0800 |
commit | 124484e89834f47560de19eeb03b5592f70cbedc (patch) | |
tree | dd2a1fbdb1e3106f906e589f0efe3c24503fd801 | |
parent | 988f21068aa12d7b5dcbec0a69e3cc2706bb8ff0 (diff) | |
download | guix-124484e89834f47560de19eeb03b5592f70cbedc.tar.gz guix-124484e89834f47560de19eeb03b5592f70cbedc.zip |
gnu: yt-dlp: Update to 2025.01.26.
* gnu/packages/video.scm (yt-dlp): Update to 2025.01.26.
Change-Id: I4fd551fbc95fb6c1d108753ac210a3bc94daa359
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 89683553cf..ce18e70a39 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3168,7 +3168,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package (name "yt-dlp") - (version "2025.01.15") + (version "2025.01.26") (source (origin (method git-fetch) @@ -3180,7 +3180,7 @@ YouTube.com and many more sites.") (snippet '(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "1f9pp1d77x39xl4lwwqmijgv1ky7ycm0qh45ki4394j30fa4dm3p")))) + (base32 "14xkh605flfghrlscf2if8lx4w55pb3xjws1qr3979fl5g4g4fvf")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system)) |