gnu: youtube-dl: Update to 2016.04.06.

* gnu/packages/video.scm (youtube-dl): Update to 2016.04.06.
[native-inputs]: Remove python-setuptools.
This commit is contained in:
Efraim Flashner 2016-04-10 11:17:55 +03:00
parent 6a308947b4
commit 623cd1ab18
1 changed files with 2 additions and 3 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 "2016.03.01") (version "2016.04.06")
(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,9 +817,8 @@ projects while introducing many more.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0w2dy54rnsi8fbzpnf07lpn3zzv5lhdfscanld4ai0rrrzmrl3zw")))) "1kdrjwrn0x1wmvansvd2222gfqnld4zdihf2jwnz36112r1p8nhi"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs `(("python-setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org") (home-page "http://youtube-dl.org")
(arguments (arguments
;; The problem here is that the directory for the man page and completion ;; The problem here is that the directory for the man page and completion