diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-23 07:54:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-02-23 08:02:52 +0100 |
commit | a239237b2fd7415095ee8e61576d471bd88f2f01 (patch) | |
tree | b882a9e3cde0b38fa82d828d14822ec44bc02c28 | |
parent | 11f11d7ecb817d1421f8b5340bcced59396d8708 (diff) | |
download | guix-a239237b2fd7415095ee8e61576d471bd88f2f01.tar.gz guix-a239237b2fd7415095ee8e61576d471bd88f2f01.zip |
gnu: youtube-dl: Update to 2021.02.22.
* gnu/packages/video.scm (youtube-dl): Update to 2021.02.22.
-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 029b5b6ebb..86defcb239 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2196,14 +2196,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2021.01.16") + (version "2021.02.22") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "1q8pvw5j45k8nvr3d9rvnhi6xaj1mdqlkrg7q7qq6zciq5r54fhi")) + "19j4kfqln1yk47dpid9j4z3zvgxy6xar1mpfsadifikfdgbmsq7x")) (snippet '(begin ;; Delete the pre-generated files, except for the man page |