gnu: youtube-dl: Update to 2018.02.11.

* gnu/packages/video.scm (youtube-dl): Update to 2018.02.11.
This commit is contained in:
Rutger Helling 2018-02-19 09:21:10 +01:00
parent 90e37ea088
commit a754c79013
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -1157,7 +1157,7 @@ (define-public libvpx
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2018.02.08") (version "2018.02.11")
(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/"
@ -1165,7 +1165,7 @@ (define-public youtube-dl
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0iq5mav782gz0gm00rry3v7gdxkkx4y1k0p20pvz32ga4id5k1mg")))) "0zg34spkfiwjq55jrk417ifdcyvrj80gdbc338rdpfw2s6ibggv8"))))
(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