gnu: youtube-dl: Update to 2017.05.07.

* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
This commit is contained in:
Tobias Geerinckx-Rice 2017-06-05 14:25:24 +02:00
parent 7379a14617
commit 044daaabe6
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -1001,7 +1001,7 @@ (define-public libvpx
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2017.05.07") (version "2017.06.05")
(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/"
@ -1009,7 +1009,7 @@ (define-public youtube-dl
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1q3b9xkbk1lmy1wxm1jcnmaj70sdksqbc8zsqxz6b6z4nmv8qc25")))) "132f4csbl4bv71b01pnqfkd7hbbc6wclrh1h12fr1182954ahk5m"))))
(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