summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormbi <formbi@protonmail.com>2025-06-10 23:24:27 +0200
committerIan Eure <ian@retrospec.tv>2025-06-10 15:32:19 -0700
commit130a67f36862f9458fc0871138cbb5abc926bf3c (patch)
treec632499c7a075e88976804833c12e70a3265a95d
parenta21688a9d1b2d2f56babc6df3fdba2eb3c7e50b7 (diff)
gnu: yt-dlp: update to 2025.06.09
Signed-off-by: Ian Eure <ian@retrospec.tv>
-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 be5cc1ee61..b9aa6a5df3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3112,7 +3112,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2025.05.22")
+ (version "2025.06.09")
(source
(origin
(method git-fetch)
@@ -3124,7 +3124,7 @@ YouTube.com and many more sites.")
(snippet '(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "0sgiwah8qcinc9idvn8garnmqd9rj07cjfndy7z1qvakczknw5q2"))))
+ (base32 "0iv42r09y47bicx6w6r3lhpxh4p4lk1hl4pasif273shjiwh6pwp"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))