gnu: yt-dlp: Update to 2023.09.24.

* gnu/packages/video.scm (yt-dlp): Update to 2023.09.24.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
pinoaffe 2023-09-25 22:28:15 +02:00 committed by Christopher Baines
parent 5c3e4c826f
commit 3fe9a30e94
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2597,7 +2597,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package/inherit youtube-dl
(name "yt-dlp")
(version "2023.07.06")
(version "2023.09.24")
(source
(origin
(method git-fetch)
@ -2606,7 +2606,7 @@ (define-public yt-dlp
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "14g3qc3j4px5jiv292yj5hh8vxlnnd5bzvsq7h37jvhmrn5r4bsw"))))
(base32 "15ngsg3cadf2bv700fa1k5az5xpsm0wqr0cixbz8fcbhwdflfq6f"))))
(arguments
(substitute-keyword-arguments (package-arguments youtube-dl)
((#:tests? _) (not (%current-target-system)))