mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: yt-dlp: Update to 2022.11.11.
* gnu/packages/video.scm (yt-dlp): Update to 2022.11.11.
This commit is contained in:
parent
8485178e34
commit
9e4f89df57
1 changed files with 2 additions and 2 deletions
|
@ -2530,7 +2530,7 @@ (define-public youtube-dl
|
|||
(define-public yt-dlp
|
||||
(package/inherit youtube-dl
|
||||
(name "yt-dlp")
|
||||
(version "2022.10.04")
|
||||
(version "2022.11.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2539,7 +2539,7 @@ (define-public yt-dlp
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0g2nvslzb9yx2axv6yqxdcdh49ckyipyy9apx1lx6bg6y9rjvx6v"))))
|
||||
(base32 "00dng4x7xbxp6w76dqkfzzhf2dh3s9pgfd0axs7qar20clj717py"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments youtube-dl)
|
||||
((#:tests? _) (not (%current-target-system)))
|
||||
|
|
Loading…
Reference in a new issue