diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-01-28 22:04:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-28 23:13:40 +0100 |
commit | f15800946d688398ec09a86b23d01ebef91800e0 (patch) | |
tree | af5e9c0c77cc853cd255d71b3cc44620fad63707 | |
parent | 5a23696a476298a41cef5a0a0c8860313d027beb (diff) | |
download | guix-f15800946d688398ec09a86b23d01ebef91800e0.tar guix-f15800946d688398ec09a86b23d01ebef91800e0.tar.gz |
gnu: youtube-dl: Update to 2019.01.27.
* gnu/packages/video.scm (youtube-dl): Update to 2019.01.27.
-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 3a625e3691..190a6c9a06 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1342,7 +1342,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2019.01.17") + (version "2019.01.27") (source (origin (method url-fetch) (uri (string-append "https://github.com/rg3/youtube-dl/releases/" @@ -1350,7 +1350,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "0fxajwv81b0bjw9qlwmxd4r93yp5nnqll79vhic0vy72ii0093r7")))) + "0z4x4lwpd6qd2r9xgp8cx4j1vl5vd76kzs74jp0hh3w2g31s51z8")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |