diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-14 00:04:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-14 00:18:16 +0100 |
commit | 4a699769fd73a2ad5b292d16d2c2b68ad5a97363 (patch) | |
tree | 903a852d0ac4d651cb63b4ebe081c658b29b81d7 /gnu/packages/video.scm | |
parent | a135b3ddfefeb8b4cb11f09a4234ac420dbb4543 (diff) |
gnu: youtube-dl: Update to 2017.12.14.
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.14.
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 0bd1be6e62..466274c6aa 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1129,7 +1129,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2017.12.10") + (version "2017.12.14") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1137,7 +1137,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "1jlwxmwp56d0c86hn0zkdv6vzgxf17yddg7p2qblss152kji85vb")))) + "01hvsch7ybff0amivl86m6klz156bm3hfh66zz5q8ha2af5j44hj")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |