diff options
author | Alex Vong <alexvong1995@gmail.com> | 2018-09-08 23:50:57 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-10 11:31:34 +0200 |
commit | d930374014eb159ef1e01d7c54d04fadd4889e4a (patch) | |
tree | c95546398ba656ac35dd2c5be5daa97c4ce0f2e5 /gnu | |
parent | de15ff1a6c319a46046093d26baa6117c6a22e73 (diff) | |
download | patches-d930374014eb159ef1e01d7c54d04fadd4889e4a.tar patches-d930374014eb159ef1e01d7c54d04fadd4889e4a.tar.gz |
gnu: youtube-dl: Update to 2018.08.04.
* gnu/packages/video.scm (youtube-dl): Update to 2018.08.04.
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 3e074e6c3f..900575b828 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1270,7 +1270,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.08.04") + (version "2018.09.08") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1278,7 +1278,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "1hcx99qbbyigc8k98c8bcc6a2wnhq6493fmrkl7rysc8krlxr0pm")))) + "0vwc4faqdddrb3nm4fzmkr60n5rc2zwyy8jwrrjad60kcp8isf05")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |