From 55653859e436457788e014c4f7cc900d2acf86f8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 1 Nov 2020 13:54:58 +0100 Subject: gnu: youtube-dl: Fix hash. * gnu/packages/video.scm (youtube-dl)[source]: Make hash less wrong. --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index fa7535031b..472a5eb38c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2192,7 +2192,7 @@ (define-public youtube-dl "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "0zpsbl9iicc6y81xfl6kf8farwfsyrl63shc0idp654kgp8421wa")))) + "06lhba4b9bm6f5yqrb5xvdr0l5shwd95djf9nlpg86prr5xihqks")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion -- cgit v1.2.3