gnu: youtube-dl: Update to 2015.05.20.
* gnu/packages/video.scm (youtube-dl): Update to 2015.05.20.
This commit is contained in:
parent
4de02f36ac
commit
56120263a9
1 changed files with 2 additions and 2 deletions
|
@ -857,7 +857,7 @@ (define-public libvpx
|
||||||
(define-public youtube-dl
|
(define-public youtube-dl
|
||||||
(package
|
(package
|
||||||
(name "youtube-dl")
|
(name "youtube-dl")
|
||||||
(version "2015.01.23.4")
|
(version "2015.05.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://youtube-dl.org/downloads/"
|
(uri (string-append "http://youtube-dl.org/downloads/"
|
||||||
|
@ -865,7 +865,7 @@ (define-public youtube-dl
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pvvab9dk1righ3fa79000iz8fzdlcxakscx5sd31730c37j3kj2"))))
|
"1crfada7vq3d24062wr06sfam66cf14j06wnhg7w5ljzrbynvpll"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs `(("setuptools" ,python-setuptools)))
|
(inputs `(("setuptools" ,python-setuptools)))
|
||||||
(home-page "http://youtube-dl.org")
|
(home-page "http://youtube-dl.org")
|
||||||
|
|
Loading…
Reference in a new issue