diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-23 20:06:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-24 23:27:02 +0100 |
commit | db963aad3d7eaffb4633d1f54190f982502614dc (patch) | |
tree | 0814fac6c924822a269bab1b80694d837d43ece8 /gnu/packages/video.scm | |
parent | 9b1a497ee9b0fca1a1f1ee73ae0776bc492edf62 (diff) | |
download | patches-db963aad3d7eaffb4633d1f54190f982502614dc.tar patches-db963aad3d7eaffb4633d1f54190f982502614dc.tar.gz |
gnu: youtube-dl: Update to 2017.01.24.
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.24.
Diffstat (limited to 'gnu/packages/video.scm')
-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 b7383f246a..8ba229e582 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -970,7 +970,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2017.01.14") + (version "2017.01.24") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -978,7 +978,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "1jlwz6p7ryj9ygmwqm4r3pykd9qw21rsiqpifbx0p0kcvdvvvj3n")))) + "1n74s6kfs4v1lfg7xls9ymk6yrq09hxwd18sz3lziv5qd1pj14b6")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |