gnu: youtube-dl: Update to 2015.12.23.

* gnu/packages/video.scm (youtube-dl): Update to 2015.12.23.
This commit is contained in:
Efraim Flashner 2015-12-29 09:31:54 +02:00
parent 6da2e99e2e
commit c7d0bf0071
1 changed files with 2 additions and 2 deletions

View File

@ -805,7 +805,7 @@ projects while introducing many more.")
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2015.12.09")
(version "2015.12.23")
(source (origin
(method url-fetch)
(uri (string-append "http://youtube-dl.org/downloads/"
@ -813,7 +813,7 @@ projects while introducing many more.")
version ".tar.gz"))
(sha256
(base32
"11rzb30ik4all43r7bnsnm35mvs37y7xj3g9r7ig9jr7qlbhllwk"))))
"1fprzycz14w84ljxmpbwagfy20bahrvsa45i7l691svqkjbqhw7y"))))
(build-system python-build-system)
(native-inputs `(("python-setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org")