gnu: youtube-dl: Update to 2016-10-16.

* gnu/packages/video.scm (youtube-dl): Update to 2016-10-16.
This commit is contained in:
Leo Famulari 2016-10-15 21:08:35 -04:00
parent f76af41a76
commit 57e57d433a
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

@ -926,7 +926,7 @@ access to mpv's powerful playback capabilities.")
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2016.09.11.1") (version "2016.10.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/" (uri (string-append "https://youtube-dl.org/downloads/"
@ -934,9 +934,8 @@ access to mpv's powerful playback capabilities.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0dfbb1lnpq3if7i5xvq8n6rvlgni3ryc8cw4bcrg1glmca3v1pkc")))) "0q6cxbp1xx8xmwn3xbxh6gcbgqjxy3slzfca4dbkk9xl2yy9rwqg"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://youtube-dl.org")
(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
;; files is relative, and for some reason, setup.py uses the ;; files is relative, and for some reason, setup.py uses the
@ -962,6 +961,7 @@ access to mpv's powerful playback capabilities.")
(description (description
"Youtube-dl is a small command-line program to download videos from "Youtube-dl is a small command-line program to download videos from
YouTube.com and a few more sites.") YouTube.com and a few more sites.")
(home-page "https://youtube-dl.org")
(license license:public-domain))) (license license:public-domain)))
(define-public libbluray (define-public libbluray