gnu: youtube-dl: Update to 2015.10.16.
* gnu/packages/video.scm (youtube-dl): Update to 2015.10.16.
This commit is contained in:
parent
ab29be81c5
commit
6f35d39647
|
@ -793,7 +793,7 @@ projects while introducing many more.")
|
||||||
(define-public youtube-dl
|
(define-public youtube-dl
|
||||||
(package
|
(package
|
||||||
(name "youtube-dl")
|
(name "youtube-dl")
|
||||||
(version "2015.09.28")
|
(version "2015.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/"
|
||||||
|
@ -801,7 +801,7 @@ projects while introducing many more.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q3s2a91s1lr1db2ngacq0iapyr4jngx1dqp4z5dc6zma0qyx5k3"))))
|
"001a4md0yl3zx129mksmwc85grss67r3c9rynvranf9vlpv202vn"))))
|
||||||
(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 New Issue