diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-01 14:17:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-01 14:36:00 +0200 |
commit | 36934d5060ff7d9c126ea9f13db9306c93c8585a (patch) | |
tree | 70104a68bfccbf844149f0dab4d6f953e4a410fb | |
parent | 3a638b105941525b428cf83e454e387a025d132a (diff) | |
download | guix-36934d5060ff7d9c126ea9f13db9306c93c8585a.tar.gz guix-36934d5060ff7d9c126ea9f13db9306c93c8585a.zip |
gnu: youtube-dl: Update to 2021.04.01.
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
-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 a22b73b24f..4cd36cbd7f 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.03.31") + (version "2021.04.01") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "1svcgrhq1yxpcd6k3piqs5paalrcsq9bm79h5ras1g7yjzid05gj")) + "1vw9l32bv115129v1lfar626y3vivvxkp36bc1phjcrsjfayz67h")) (snippet '(begin ;; Delete the pre-generated files, except for the man page |