diff options
author | Leo Famulari <leo@famulari.name> | 2022-02-15 14:53:28 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-02-15 14:53:54 -0500 |
commit | 69f94ff95c39ff34bc0b7887674cbbcd09916169 (patch) | |
tree | 691781485668a8cb9d948dabd569f3355eb7fc91 | |
parent | a8a13b11debe1d42ce6f41a92ee74960955d1cb8 (diff) |
gnu: yt-dlp: Update to 2022.02.04.
* gnu/packages/video.scm (yt-dlp): Update to 2022.02.04.
-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 69f33f223b..b0c5e5be1f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2452,7 +2452,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package/inherit youtube-dl (name "yt-dlp") - (version "2021.10.22") + (version "2022.02.04") (source (origin (method url-fetch) (uri (string-append "https://github.com/yt-dlp/yt-dlp/" @@ -2460,7 +2460,7 @@ YouTube.com and many more sites.") version "/yt-dlp.tar.gz")) (sha256 (base32 - "0xh4cwmvx49pxn8x07wj2dy8ynj6xg8977l5493vv0l8zc27wp87")) + "1qx8sx47lzyrcl00r2657zjaq0mwfbzjyfnv5lr5dlm552f13pf8")) (snippet '(begin ;; Delete the pre-generated files, except for the man page |