gnu: youtube-dl: Update to 2016.07.22.
* gnu/packages/video.scm (youtube-dl): Update to 2016.07.22.
This commit is contained in:
parent
a4ea25d347
commit
2a69d4df7d
1 changed files with 2 additions and 2 deletions
|
@ -902,7 +902,7 @@ access to mpv's powerful playback capabilities.")
|
||||||
(define-public youtube-dl
|
(define-public youtube-dl
|
||||||
(package
|
(package
|
||||||
(name "youtube-dl")
|
(name "youtube-dl")
|
||||||
(version "2016.06.14")
|
(version "2016.07.22")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://youtube-dl.org/downloads/"
|
(uri (string-append "https://youtube-dl.org/downloads/"
|
||||||
|
@ -910,7 +910,7 @@ access to mpv's powerful playback capabilities.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fmvpqipc1xwagvk7ih4slmv1xz1rb6s8wpndhypwvrq4pnnm9ns"))))
|
"02wcxpcbpvsbvyxcnhhf94ma0x5dcg4fygnxxca2h31dp47dkak9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://youtube-dl.org")
|
(home-page "https://youtube-dl.org")
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue