gnu: youtube-dl: Update to 2014.11.21.1.

* gnu/packages/video.scm (youtube-dl): Update to 2014.11.21.1.
This commit is contained in:
Ludovic Courtès 2014-11-22 19:15:45 +01:00
parent 49ff939f52
commit 2acb8b272a

View file

@ -395,7 +395,7 @@ (define-public libvpx
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2014.09.06")
(version "2014.11.21.1")
(source (origin
(method url-fetch)
(uri (string-append "http://youtube-dl.org/downloads/"
@ -403,7 +403,7 @@ (define-public youtube-dl
version ".tar.gz"))
(sha256
(base32
"1a50vqgzp9wjh2763shald6dlmdd5qlqy83vg4yrihdrlh8sk6dd"))))
"0rxpx8j4qhhsws6czlfji1x9igsinkbbwvld10qdylll7g9q1v7j"))))
(build-system python-build-system)
(inputs `(("setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org")