summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-11-22 19:15:45 +0100
committerLudovic Courtès <ludo@gnu.org>2014-11-22 19:16:02 +0100
commit2acb8b272af9c5a0553e591a97df1f78c26ac164 (patch)
tree7bb268d126340855269e33fd93ef0407ce5ab313 /gnu
parent49ff939f52a108d32f150bbff63983d39daf047d (diff)
gnu: youtube-dl: Update to 2014.11.21.1.
* gnu/packages/video.scm (youtube-dl): Update to 2014.11.21.1.
Diffstat (limited to 'gnu')
-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 7ec1537678d..063f1dae430 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -395,7 +395,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
395(define-public youtube-dl 395(define-public youtube-dl
396 (package 396 (package
397 (name "youtube-dl") 397 (name "youtube-dl")
398 (version "2014.09.06") 398 (version "2014.11.21.1")
399 (source (origin 399 (source (origin
400 (method url-fetch) 400 (method url-fetch)
401 (uri (string-append "http://youtube-dl.org/downloads/" 401 (uri (string-append "http://youtube-dl.org/downloads/"
@@ -403,7 +403,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
403 version ".tar.gz")) 403 version ".tar.gz"))
404 (sha256 404 (sha256
405 (base32 405 (base32
406 "1a50vqgzp9wjh2763shald6dlmdd5qlqy83vg4yrihdrlh8sk6dd")))) 406 "0rxpx8j4qhhsws6czlfji1x9igsinkbbwvld10qdylll7g9q1v7j"))))
407 (build-system python-build-system) 407 (build-system python-build-system)
408 (inputs `(("setuptools" ,python-setuptools))) 408 (inputs `(("setuptools" ,python-setuptools)))
409 (home-page "http://youtube-dl.org") 409 (home-page "http://youtube-dl.org")