summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Eure <ian@retrospec.tv>2025-07-02 19:44:43 -0700
committerIan Eure <ian@retrospec.tv>2025-07-02 19:44:43 -0700
commit1fb1b6cf7bcadceb58ce91bc59ea4301cc8d8220 (patch)
tree6f7eeb14733f115686c527843838e6dc8dd6526c
parent40e0f4fcc06893d2903b007b567cf8cbf3ae7fbf (diff)
gnu: yt-dlp: Update to 2025.06.30.yt-dlp-updates
* gnu/packages/video.scm (yt-dlp): Update to 2025.06.30. Change-Id: I6646d6547e6bcc8f774677c97bcffcbbbb741269
-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 c8aa7c948c..62ff4b563e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3117,7 +3117,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2025.06.09")
+ (version "2025.06.30")
(source
(origin
(method git-fetch)
@@ -3129,7 +3129,7 @@ YouTube.com and many more sites.")
(snippet '(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "0iv42r09y47bicx6w6r3lhpxh4p4lk1hl4pasif273shjiwh6pwp"))))
+ (base32 "14pk2rk5vm9469ghkvciaz74fihbl8dfi27qj6xnxv71hpm5w03p"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))