diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-08 21:47:22 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-02-08 21:47:51 -0500 |
commit | fe65ef54c5d937fded8c56f32dacc3b871dee8a9 (patch) | |
tree | 3b553fb2e7a31d92a18b60b00cc038f26ec2b247 /gnu/packages | |
parent | 939c5c31d66f7951b71f65e30fbd56eab40a1717 (diff) | |
download | patches-fe65ef54c5d937fded8c56f32dacc3b871dee8a9.tar patches-fe65ef54c5d937fded8c56f32dacc3b871dee8a9.tar.gz |
youtube-dl: Update to 2016.02.05.1.
* gnu/packages/video.scm (youtube-dl): Update to 2016.02.05.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index bc155fba18..393d8d038d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -807,7 +807,7 @@ projects while introducing many more.") (define-public youtube-dl (package (name "youtube-dl") - (version "2016.02.01") + (version "2016.02.05.1") (source (origin (method url-fetch) (uri (string-append "http://youtube-dl.org/downloads/" @@ -815,7 +815,7 @@ projects while introducing many more.") version ".tar.gz")) (sha256 (base32 - "04r68acrhx7wapmxph6lcf8hh0pnp76h9p85gcxpidc9m7ypzjfa")))) + "17aza9c961mvqjp5sph61gv777g8xq3vzr5vjrng3gygfz7j2mn0")))) (build-system python-build-system) (native-inputs `(("python-setuptools" ,python-setuptools))) (home-page "http://youtube-dl.org") |