gnu: youtube-dl: Update to 2016.07.22.

* gnu/packages/video.scm (youtube-dl): Update to 2016.07.22.
This commit is contained in:
Andreas Enge 2016-07-24 00:10:19 +02:00
parent a4ea25d347
commit 2a69d4df7d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -902,7 +902,7 @@ (define-public libvpx
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2016.06.14")
(version "2016.07.22")
(source (origin
(method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/"
@ -910,7 +910,7 @@ (define-public youtube-dl
version ".tar.gz"))
(sha256
(base32
"0fmvpqipc1xwagvk7ih4slmv1xz1rb6s8wpndhypwvrq4pnnm9ns"))))
"02wcxpcbpvsbvyxcnhhf94ma0x5dcg4fygnxxca2h31dp47dkak9"))))
(build-system python-build-system)
(home-page "https://youtube-dl.org")
(arguments