summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2025-02-28 10:24:22 +0200
committerAndreas Enge <[email protected]>2025-03-04 11:55:12 +0100
commita5f7f73edfb44e4f860039d6a3d50ed6c1159eb8 (patch)
tree3c5b62da39c26c42aab3a086491fccd7b1dab1f9 /gnu/packages/video.scm
parentdadf0e77a8c87aef904d58893a89d01a44d4747b (diff)
gnu: yt-dlp: Update to 2025.02.19.
* gnu/packages/video.scm (yt-dlp): Update to 2025.02.19. Change-Id: I39f935158ea11f465cad71f73b8c95d313f25341 Signed-off-by: Andreas Enge <[email protected]>
Diffstat (limited to 'gnu/packages/video.scm')
-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 8a6feb267d..7ee9659d31 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.01.26")
+ (version "2025.02.19")
(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 "14xkh605flfghrlscf2if8lx4w55pb3xjws1qr3979fl5g4g4fvf"))))
+ (base32 "10xgvvrsvhajrjfq512hjfg7kfcab4cbnhnl5lm6ispgpbv03n52"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))