summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-02-08 21:47:22 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-02-08 21:47:51 -0500
commitfe65ef54c5d937fded8c56f32dacc3b871dee8a9 (patch)
tree3b553fb2e7a31d92a18b60b00cc038f26ec2b247 /gnu/packages/video.scm
parent939c5c31d66f7951b71f65e30fbd56eab40a1717 (diff)
downloadpatches-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/video.scm')
-rw-r--r--gnu/packages/video.scm4
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")