diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-24 15:00:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-02-26 20:13:07 +0100 |
commit | d5a352937aad9e1afbf042889d5134a5bea30423 (patch) | |
tree | c4068ec22d97993b29917b3c77a9021375c45cfb | |
parent | 54d82c81d558b593f1f515ac6c735fd48e5929ca (diff) | |
download | patches-d5a352937aad9e1afbf042889d5134a5bea30423.tar patches-d5a352937aad9e1afbf042889d5134a5bea30423.tar.gz |
gnu: youtube-dl: Update to 2018.02.22.
* gnu/packages/video.scm (youtube-dl): Update to 2018.02.22.
-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 bf7a3960d4..8008cdd608 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1157,7 +1157,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.02.11") + (version "2018.02.22") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1165,7 +1165,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "0zg34spkfiwjq55jrk417ifdcyvrj80gdbc338rdpfw2s6ibggv8")))) + "112qmwrkd0cpyx2h20k6y07lw7iixvj8yya7r97h3k1y1py9vbz8")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |