diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-16 01:18:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-04-16 02:18:36 +0200 |
commit | f06c154f0b466edf0730664e12371e974372c69b (patch) | |
tree | 8d9b02cbc2c330c183d4a4145e9ccd32807b99f6 | |
parent | 37e726cb9545795c367d233447e08b61336df1f4 (diff) | |
download | patches-f06c154f0b466edf0730664e12371e974372c69b.tar patches-f06c154f0b466edf0730664e12371e974372c69b.tar.gz |
gnu: youtube-dl: Update to 2017.04.16.
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.16.
-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 6599a326e4..b646641766 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -985,7 +985,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2017.04.14") + (version "2017.04.16") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -993,7 +993,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "1rjc4ilafzrig02znrlxwjyzk5rpcc3li55n8rw2c4dmjmvjppkh")))) + "1pgdfspzv15772q7kakfq5qx1r70lcviwzk6sz9z1cddxzffxgdd")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |