gnu: youtube-dl: Update to 2017.01.10.
* gnu/packages/video.scm (youtube-dl): Update to 2017.01.10. Change URLs to yt-dl.org.
This commit is contained in:
parent
082be6d2a1
commit
39dc70323c
1 changed files with 4 additions and 4 deletions
|
@ -970,15 +970,15 @@ (define-public libvpx
|
||||||
(define-public youtube-dl
|
(define-public youtube-dl
|
||||||
(package
|
(package
|
||||||
(name "youtube-dl")
|
(name "youtube-dl")
|
||||||
(version "2016.12.15")
|
(version "2017.01.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://youtube-dl.org/downloads/"
|
(uri (string-append "https://yt-dl.org/downloads/"
|
||||||
version "/youtube-dl-"
|
version "/youtube-dl-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17m3dimgpn6139w95drc7zncfx2mskjx45qvmj74zhdqxnk3gnc5"))))
|
"0clr6vj9lg96fffc9xv2apr7an6lljnli1b8clfj4dap1i0d34v4"))))
|
||||||
(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
|
||||||
|
@ -1006,7 +1006,7 @@ (define-public youtube-dl
|
||||||
(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")
|
(home-page "https://yt-dl.org")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public libbluray
|
(define-public libbluray
|
||||||
|
|
Loading…
Reference in a new issue