Skip to content
Snippets Groups Projects
Commit 2f7fade9 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: youtube-dl: Update to 2015.01.23.4.

* gnu/packages/video.scm (youtube-dl): Update to 2015.01.23.4.
parent 7db8a601
No related branches found
No related tags found
No related merge requests found
......@@ -396,7 +396,7 @@ (define-public libvpx
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2014.12.15")
(version "2015.01.23.4")
(source (origin
(method url-fetch)
(uri (string-append "http://youtube-dl.org/downloads/"
......@@ -404,7 +404,7 @@ (define-public youtube-dl
version ".tar.gz"))
(sha256
(base32
"09z7v6jxs4a36kyy681mcypcqsxipplnbdy9s3rva1rpp5f74h2z"))))
"0pvvab9dk1righ3fa79000iz8fzdlcxakscx5sd31730c37j3kj2"))))
(build-system python-build-system)
(inputs `(("setuptools" ,python-setuptools)))
(home-page "http://youtube-dl.org")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment