diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-19 12:37:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-19 19:22:58 +0200 |
commit | 164800b2a36c979081295c8f3a0341cf92565049 (patch) | |
tree | f89fee0ea0df63ba2699f94ea9212a799059513f /gnu/packages/video.scm | |
parent | bde6c43fbcb202933ebe64d746e2d74b36fbdbc2 (diff) |
gnu: youtube-dl: Update to 2021.04.17.
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.17.
Diffstat (limited to 'gnu/packages/video.scm')
-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 571dbb70c6..6fc484dbdd 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2179,14 +2179,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2021.04.07") + (version "2021.04.17") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "02d51l6gdjr3zhhi7ydf5kzv8dv4jzq0ygja7zb2h9k7hnl0l27m")) + "0hhfv9hdfvbxxqsll5bg5166jn20x9na9wbmy0dqww41dadgbvvm")) (snippet '(begin ;; Delete the pre-generated files, except for the man page |