youtube-dl: Update to 2016.02.05.1.

* gnu/packages/video.scm (youtube-dl): Update to 2016.02.05.1.
master
David Thompson 2016-02-08 21:47:22 -05:00
parent 939c5c31d6
commit fe65ef54c5
1 changed files with 2 additions and 2 deletions

View File

@ -807,7 +807,7 @@ projects while introducing many more.")
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2016.02.01") (version "2016.02.05.1")
(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/"
@ -815,7 +815,7 @@ projects while introducing many more.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04r68acrhx7wapmxph6lcf8hh0pnp76h9p85gcxpidc9m7ypzjfa")))) "17aza9c961mvqjp5sph61gv777g8xq3vzr5vjrng3gygfz7j2mn0"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs `(("python-setuptools" ,python-setuptools))) (native-inputs `(("python-setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org") (home-page "http://youtube-dl.org")