diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-04-10 11:17:55 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-04-10 11:17:55 +0300 |
commit | 623cd1ab188eaec176d1fc95f73d0d8f25850250 (patch) | |
tree | b04095e7a5f3d98a492edb910ac3cfa728eb14b2 /gnu/packages/video.scm | |
parent | 6a308947b459ba73204aab428e3894af04432d2f (diff) | |
download | patches-623cd1ab188eaec176d1fc95f73d0d8f25850250.tar patches-623cd1ab188eaec176d1fc95f73d0d8f25850250.tar.gz |
gnu: youtube-dl: Update to 2016.04.06.
* gnu/packages/video.scm (youtube-dl): Update to 2016.04.06.
[native-inputs]: Remove python-setuptools.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 01422e9691..d2f9cb1930 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -809,7 +809,7 @@ projects while introducing many more.") (define-public youtube-dl (package (name "youtube-dl") - (version "2016.03.01") + (version "2016.04.06") (source (origin (method url-fetch) (uri (string-append "http://youtube-dl.org/downloads/" @@ -817,9 +817,8 @@ projects while introducing many more.") version ".tar.gz")) (sha256 (base32 - "0w2dy54rnsi8fbzpnf07lpn3zzv5lhdfscanld4ai0rrrzmrl3zw")))) + "1kdrjwrn0x1wmvansvd2222gfqnld4zdihf2jwnz36112r1p8nhi")))) (build-system python-build-system) - (native-inputs `(("python-setuptools" ,python-setuptools))) (home-page "http://youtube-dl.org") (arguments ;; The problem here is that the directory for the man page and completion |