diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 23:05:54 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 23:05:54 +0200 |
| commit | 6b6a0b143d487befb115bcbcb54de862c508f4f6 (patch) | |
| tree | 6d1384795497801572bc9ebb70b3b5131e29198a | |
| parent | fa092153423b11519248bfc0f752c16d541156c0 (diff) | |
gnu: youtube-dl: Update to 2015.12.09.
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.09.
[native-inputs]: Move python-setuptools here.
| -rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 928e9ef2c97..76374e2ac62 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -810,7 +810,7 @@ projects while introducing many more.") | |||
| 810 | (define-public youtube-dl | 810 | (define-public youtube-dl |
| 811 | (package | 811 | (package |
| 812 | (name "youtube-dl") | 812 | (name "youtube-dl") |
| 813 | (version "2015.11.18") | 813 | (version "2015.12.09") |
| 814 | (source (origin | 814 | (source (origin |
| 815 | (method url-fetch) | 815 | (method url-fetch) |
| 816 | (uri (string-append "http://youtube-dl.org/downloads/" | 816 | (uri (string-append "http://youtube-dl.org/downloads/" |
| @@ -818,9 +818,9 @@ projects while introducing many more.") | |||
| 818 | version ".tar.gz")) | 818 | version ".tar.gz")) |
| 819 | (sha256 | 819 | (sha256 |
| 820 | (base32 | 820 | (base32 |
| 821 | "0d8jy7xcali3rb645xvmjarsqrnqadl7zpqw17467zyjhzl2mjgb")))) | 821 | "11rzb30ik4all43r7bnsnm35mvs37y7xj3g9r7ig9jr7qlbhllwk")))) |
| 822 | (build-system python-build-system) | 822 | (build-system python-build-system) |
| 823 | (inputs `(("setuptools" ,python-setuptools))) | 823 | (native-inputs `(("python-setuptools" ,python-setuptools))) |
| 824 | (home-page "http://youtube-dl.org") | 824 | (home-page "http://youtube-dl.org") |
| 825 | (synopsis "Download videos from YouTube.com and other sites") | 825 | (synopsis "Download videos from YouTube.com and other sites") |
| 826 | (description | 826 | (description |
