diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-01 23:48:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-02 00:47:13 +0100 |
commit | 1aab0332154110e23c13d00ff1dfaaf093e2e36c (patch) | |
tree | d2fe65da7c1b84c5dc0098e3b651caf97b4a1e45 /gnu/packages | |
parent | 4b492dccf6c700a7df6b62bc13c476c5128d7cc9 (diff) | |
download | patches-1aab0332154110e23c13d00ff1dfaaf093e2e36c.tar patches-1aab0332154110e23c13d00ff1dfaaf093e2e36c.tar.gz |
gnu: youtube-dl: Update to 2020.01.01.
* gnu/packages/video.scm (youtube-dl): Update to 2020.01.01.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c4a31ebb4c..49e47673b9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016, 2018, 2019 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org> ;;; Copyright © 2017 Feng Shu <tumashu@163.com> -;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com> @@ -1542,7 +1542,7 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2019.11.28") + (version "2020.01.01") (source (origin (method url-fetch) (uri (string-append "https://github.com/ytdl-org/youtube-dl/" @@ -1550,7 +1550,7 @@ To load this plugin, specify the following option when starting mpv: version ".tar.gz")) (sha256 (base32 - "19xiwdn3l0kizyj7cik9vyhgrlwg7ss4wl4hy2pbbbqwh5vwppwk")))) + "0p8v18jpf0ijpqlgavqs5vky9v956dhhck7drsv7gkzfw2y6mc0a")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |