diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-02-29 17:00:41 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-02-29 13:59:47 -0500 |
commit | ce50480b5bfa42e2cc62563e8399b2b4631d771d (patch) | |
tree | 67aa9b66cadd64fd49a6f0479785689239335e23 /gnu | |
parent | f37d089b3eea3e445b0f252f69859fc7ca7d8aac (diff) | |
download | guix-ce50480b5bfa42e2cc62563e8399b2b4631d771d.tar.gz guix-ce50480b5bfa42e2cc62563e8399b2b4631d771d.zip |
gnu: youtube-dl: Update to 2020.02.16.
* gnu/packages/video.scm (youtube-dl): Update to 2020.02.16.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 59cff04a56..41e2d2eb88 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1552,7 +1552,7 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2020.01.24") + (version "2020.02.16") (source (origin (method url-fetch) (uri (string-append "https://github.com/ytdl-org/youtube-dl/" @@ -1560,7 +1560,7 @@ To load this plugin, specify the following option when starting mpv: version ".tar.gz")) (sha256 (base32 - "1zrnbjnwv315f9a83lk5c0gl4ianvp6q2kinxvqlv604sabcq78b")))) + "1ip0p7gifwmkls8ppfvz89j1lh82dg60zmvabj8njnhj170ikkdb")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |