diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-01-31 12:47:39 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-01-31 12:49:51 +0100 |
commit | 46de559c74bfa139fdddbed5e02983c10313c034 (patch) | |
tree | 8bc865f2f2905ef6122f6c9a862fb07dbe9bab0f /gnu/packages/video.scm | |
parent | e294c05ee6a4eecd453d7f7f7e8889c442109861 (diff) | |
download | patches-46de559c74bfa139fdddbed5e02983c10313c034.tar patches-46de559c74bfa139fdddbed5e02983c10313c034.tar.gz |
gnu: youtube-dl: Update to 2018.01.27.
* gnu/packages/video.scm (youtube-dl): Update to 2018.01.27.
Diffstat (limited to 'gnu/packages/video.scm')
-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 4ffc15e303..24c8701493 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1152,7 +1152,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.01.21") + (version "2018.01.27") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1160,7 +1160,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "14ggjxnhc2sxc93h7d5k3z4n35n5q3ffsif97np0ar93x5z3zgn5")))) + "14vbm8pr6xdrdbk8j9k4v82rnalbdpk2lcm7n9wj6z6d441ymji9")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |