diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 11:48:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 12:39:58 +0200 |
commit | 5f4a1c6af350292fffae69e3a31ef63f2b8d387e (patch) | |
tree | d7c5d5a6c745ea08089652fb43847e5e5ff94274 /gnu | |
parent | 8d01f8a66ac2477d477747275f71d573d1c9b8c7 (diff) | |
download | guix-5f4a1c6af350292fffae69e3a31ef63f2b8d387e.tar.gz |
gnu: youtube-dl: Update to 2020.09.20.
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.20.
Diffstat (limited to 'gnu')
-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 e621492649..4fca2fbea1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2167,7 +2167,7 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2020.09.14") + (version "2020.09.20") (source (origin (method url-fetch) (uri (string-append "https://github.com/ytdl-org/youtube-dl/" @@ -2175,7 +2175,7 @@ To load this plugin, specify the following option when starting mpv: version ".tar.gz")) (sha256 (base32 - "18wfhprbaszpxgqkac3hb050ngvdsaibbcifg88rkv5vc6bc2mq6")))) + "1pkw3hnkddk1kqv0in152q1k4jjgbmf2xvc9j3r5nd38z6f7j6mc")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |