summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimo Wilken <guix@twilken.net>2025-03-27 20:17:11 +0100
committerAndreas Enge <andreas@enge.fr>2025-03-29 10:40:32 +0100
commit67f4a2feadbb6cc04a61b5a3bc7b8f4bace2a0bb (patch)
treeb97208fb251dd67068a64fc1f895d59f08333674 /gnu
parent136115fa0fb2ce2004abcf6e1839784b19c49259 (diff)
gnu: yt-dlp: Update to 2025.03.26.
* gnu/packages/video.scm (yt-dlp): Update to 2025.03.26. Change-Id: I3e215156688ccf13ca86142d9758a1e52a898096 Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 10df7e908f9..b37482831f2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3169,7 +3169,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2025.02.19")
+ (version "2025.03.26")
(source
(origin
(method git-fetch)
@@ -3181,7 +3181,7 @@ YouTube.com and many more sites.")
(snippet '(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "10xgvvrsvhajrjfq512hjfg7kfcab4cbnhnl5lm6ispgpbv03n52"))))
+ (base32 "0a29jdmwnbqfr34ilfm74hrvh33l4iv11ls2fm64kbjp6pp9z22d"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))