gnu: youtube-dl: Update to 2017.03.07.

* gnu/packages/video.scm (youtube-dl): Update to 2017.03.07.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-07 16:27:48 +01:00
parent d9e94c6170
commit 50b398298f
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -975,7 +975,7 @@ (define-public libvpx
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2017.03.02") (version "2017.03.07")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://yt-dl.org/downloads/" (uri (string-append "https://yt-dl.org/downloads/"
@ -983,7 +983,7 @@ (define-public youtube-dl
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0f86qnppxnbh2c8bmpf0c1xhwk5vqjdzz7pqh9sydhscv8r0209g")))) "19acz9m3gazd1ims4l9a9ni1p7jw8z4y0ncqn99xlx9kna8ryjnv"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; The problem here is that the directory for the man page and completion ;; The problem here is that the directory for the man page and completion