diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-11 00:16:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-11 00:16:19 +0100 |
commit | 8067e7bf2bc7d27c190f274a86e21fc3ea161dcb (patch) | |
tree | 935c605a3a50b3cfda267445bea080f258ae3db3 /gnu | |
parent | 9da87e4cc6408384182ee5a151ae70ec5f1dd84c (diff) | |
download | patches-8067e7bf2bc7d27c190f274a86e21fc3ea161dcb.tar patches-8067e7bf2bc7d27c190f274a86e21fc3ea161dcb.tar.gz |
gnu: youtube-dl: Update to 2018.02.08.
* gnu/packages/video.scm (youtube-dl): Update to 2018.02.08.
Diffstat (limited to 'gnu')
-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 5865713b85..988ed5c7fd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1157,7 +1157,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.01.27") + (version "2018.02.08") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1165,7 +1165,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "14vbm8pr6xdrdbk8j9k4v82rnalbdpk2lcm7n9wj6z6d441ymji9")))) + "0iq5mav782gz0gm00rry3v7gdxkkx4y1k0p20pvz32ga4id5k1mg")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |