From 216614a4b303492289ac11513953e47a30a68517 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 27 Nov 2017 09:20:39 +0100 Subject: [PATCH] gnu: youtube-dl: Update to 2017.11.26. * gnu/packages/video.scm (youtube-dl): Update to 2017.11.26. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7720c5ac76..ca733297b8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1142,7 +1142,7 @@ (define-public libvpx (define-public youtube-dl (package (name "youtube-dl") - (version "2017.11.15") + (version "2017.11.26") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1150,7 +1150,7 @@ (define-public youtube-dl version ".tar.gz")) (sha256 (base32 - "1s0c0jnil4rnymj2nzjjv75p4lmk4h67kvxvjv2azknhmax7gcc8")))) + "0nidgmi003my4ypl833hsavnmxg41rncc9khxsvmc96di7n0mls7")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion