mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: youtube-dl: Update to 2021.04.01.
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
This commit is contained in:
parent
3a638b1059
commit
36934d5060
1 changed files with 2 additions and 2 deletions
|
@ -2179,14 +2179,14 @@ (define-public libvpx
|
||||||
(define-public youtube-dl
|
(define-public youtube-dl
|
||||||
(package
|
(package
|
||||||
(name "youtube-dl")
|
(name "youtube-dl")
|
||||||
(version "2021.03.31")
|
(version "2021.04.01")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://youtube-dl.org/downloads/latest/"
|
(uri (string-append "https://youtube-dl.org/downloads/latest/"
|
||||||
"youtube-dl-" version ".tar.gz"))
|
"youtube-dl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1svcgrhq1yxpcd6k3piqs5paalrcsq9bm79h5ras1g7yjzid05gj"))
|
"1vw9l32bv115129v1lfar626y3vivvxkp36bc1phjcrsjfayz67h"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Delete the pre-generated files, except for the man page
|
;; Delete the pre-generated files, except for the man page
|
||||||
|
|
Loading…
Reference in a new issue