diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 13:54:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-01 14:18:55 +0100 |
commit | 55653859e436457788e014c4f7cc900d2acf86f8 (patch) | |
tree | 80c05f2c464778c84b00f6559e2e4ccd4d7dc968 /gnu/packages | |
parent | 86e878f107fb1c620ab081c70068fd201b683015 (diff) | |
download | guix-55653859e436457788e014c4f7cc900d2acf86f8.tar.gz guix-55653859e436457788e014c4f7cc900d2acf86f8.zip |
gnu: youtube-dl: Fix hash.
* gnu/packages/video.scm (youtube-dl)[source]: Make hash less wrong.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ To load this plugin, specify the following option when starting mpv: "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 |