From 69f94ff95c39ff34bc0b7887674cbbcd09916169 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 15 Feb 2022 14:53:28 -0500 Subject: gnu: yt-dlp: Update to 2022.02.04. * gnu/packages/video.scm (yt-dlp): Update to 2022.02.04. --- gnu/packages/video.scm | 4 ++-- 1 file 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 -- cgit v1.2.3