mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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:
parent
65d257a717
commit
9f066c813b
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue