mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 01:07:41 +01:00
gnu: yt-dlp: Update to 2023.02.17.
* gnu/packages/video.scm (yt-dlp): Update to 2023.02.17. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
8e3e748bbe
commit
b6edac40a1
1 changed files with 2 additions and 2 deletions
|
@ -2565,7 +2565,7 @@ (define-public youtube-dl
|
|||
(define-public yt-dlp
|
||||
(package/inherit youtube-dl
|
||||
(name "yt-dlp")
|
||||
(version "2023.01.06")
|
||||
(version "2023.02.17")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2574,7 +2574,7 @@ (define-public yt-dlp
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13kg6zsc0js4smqj6v4qpiycl9jlijj3pvp49wif6ilgv87sq7v3"))))
|
||||
(base32 "08m626ij0jij5vbvfbbalwr97jdhl1n2w2cwwgbj5a4s7vhvp84x"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments youtube-dl)
|
||||
((#:tests? _) (not (%current-target-system)))
|
||||
|
|
Loading…
Reference in a new issue