diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-20 13:35:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-20 13:37:04 +0100 |
commit | 23ef1676e2abf8f815f7a50353e5bb5c059036ce (patch) | |
tree | dd0917c676a0d4fa632f7fad39f02fda8d61a028 | |
parent | 0fbf2b86a698c468901c2f7b3409ec4771895b28 (diff) | |
download | guix-23ef1676e2abf8f815f7a50353e5bb5c059036ce.tar.gz guix-23ef1676e2abf8f815f7a50353e5bb5c059036ce.zip |
gnu: youtube-dl: Update to 2020.11.19.
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.19.
-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 fe6045814c..c19097dadd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2188,14 +2188,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2020.11.17") + (version "2020.11.19") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "0b0vsmvnm2jn1k66jmymzly0nb34nk79z97msns0sw0cqhbld1b2")))) + "17my2k6ksj2gch2j85laa5y8c448j4n6zfg85ljfg3zxnag4vhgq")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |