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 <andreas@enge.fr>
This commit is contained in:
Thanos Apollo 2025-02-28 10:24:22 +02:00 committed by Andreas Enge
parent dadf0e77a8
commit a5f7f73edf
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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))