gnu: youtube-dl: Update to 2015.11.15.

* gnu/packages/video.scm (youtube-dl): Update to 2015.11.15.
This commit is contained in:
Efraim Flashner 2015-11-17 21:32:58 +02:00
parent 87450b1274
commit b494d198cd
1 changed files with 2 additions and 2 deletions

View File

@ -809,7 +809,7 @@ projects while introducing many more.")
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2015.11.13")
(version "2015.11.15")
(source (origin
(method url-fetch)
(uri (string-append "http://youtube-dl.org/downloads/"
@ -817,7 +817,7 @@ projects while introducing many more.")
version ".tar.gz"))
(sha256
(base32
"02140awgwvspnq226xpbc4clijmqkk8hlmfqhmmzzbihvs2b4xfx"))))
"0ik0nnsflshmjvg7niyfa85hmwy0vispn48vpapjljwxqgm4x5ih"))))
(build-system python-build-system)
(inputs `(("setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org")