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