mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: yt-dlp: Update to 2023.01.06.
* gnu/packages/video.scm (yt-dlp): Update to 2023.01.06.
This commit is contained in:
parent
79bf3b54a6
commit
238f965c33
1 changed files with 2 additions and 2 deletions
|
@ -2564,7 +2564,7 @@ (define-public youtube-dl
|
|||
(define-public yt-dlp
|
||||
(package/inherit youtube-dl
|
||||
(name "yt-dlp")
|
||||
(version "2022.11.11")
|
||||
(version "2023.01.06")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2573,7 +2573,7 @@ (define-public yt-dlp
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00dng4x7xbxp6w76dqkfzzhf2dh3s9pgfd0axs7qar20clj717py"))))
|
||||
(base32 "13kg6zsc0js4smqj6v4qpiycl9jlijj3pvp49wif6ilgv87sq7v3"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments youtube-dl)
|
||||
((#:tests? _) (not (%current-target-system)))
|
||||
|
|
Loading…
Reference in a new issue