gnu: yt-dlp: Update to 2024.08.06.

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

Change-Id: I451fb4a10130f4640aeaf1da3b056d0dc0ee3b28
This commit is contained in:
Danny Milosavljevic 2024-08-18 10:08:54 +02:00
parent 65d257a717
commit 9f066c813b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -3128,7 +3128,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package
(name "yt-dlp")
(version "2024.07.09")
(version "2024.08.06")
(source
(origin
(method git-fetch)
@ -3137,7 +3137,7 @@ (define-public yt-dlp
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1zw8zaihfx6fg1l9ynwm0d4zy6k30jwi7qbq9ylsl93yg1a73js9"))))
(base32 "0k44p1a9nckj7m6gxz7zggci0iihflivxvkh9l8wwbnsfvqhyfrn"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))