diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-02-19 09:21:10 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-02-19 09:22:47 +0100 |
commit | a754c79013b1d816452a123f9f6c1915d417d56c (patch) | |
tree | b5937c3d57df532f09112c6d34074e41fdf24b23 /gnu/packages | |
parent | 90e37ea088b8ab5ff0d3c4f92c7205f8acdd8d09 (diff) | |
download | patches-a754c79013b1d816452a123f9f6c1915d417d56c.tar patches-a754c79013b1d816452a123f9f6c1915d417d56c.tar.gz |
gnu: youtube-dl: Update to 2018.02.11.
* gnu/packages/video.scm (youtube-dl): Update to 2018.02.11.
Diffstat (limited to 'gnu/packages')
-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 817acda084..251239634b 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.02.08") + (version "2018.02.11") (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 - "0iq5mav782gz0gm00rry3v7gdxkkx4y1k0p20pvz32ga4id5k1mg")))) + "0zg34spkfiwjq55jrk417ifdcyvrj80gdbc338rdpfw2s6ibggv8")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |