Skip to content
Snippets Groups Projects
Commit 2acb8b27 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: youtube-dl: Update to 2014.11.21.1.

* gnu/packages/video.scm (youtube-dl): Update to 2014.11.21.1.
parent 49ff939f
No related branches found
No related tags found
No related merge requests found
...@@ -395,7 +395,7 @@ (define-public libvpx ...@@ -395,7 +395,7 @@ (define-public libvpx
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2014.09.06") (version "2014.11.21.1")
(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/"
...@@ -403,7 +403,7 @@ (define-public youtube-dl ...@@ -403,7 +403,7 @@ (define-public youtube-dl
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1a50vqgzp9wjh2763shald6dlmdd5qlqy83vg4yrihdrlh8sk6dd")))) "0rxpx8j4qhhsws6czlfji1x9igsinkbbwvld10qdylll7g9q1v7j"))))
(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")
......
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