Skip to content
Snippets Groups Projects
Unverified Commit f49ced68 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: youtube-dl: Update to 2017.04.03.

* gnu/packages/video.scm (youtube-dl): Update to 2017.04.03.
parent f751b759
No related branches found
No related tags found
No related merge requests found
......@@ -984,7 +984,7 @@ (define-public libvpx
(define-public youtube-dl
(package
(name "youtube-dl")
(version "2017.03.26")
(version "2017.04.03")
(source (origin
(method url-fetch)
(uri (string-append "https://yt-dl.org/downloads/"
......@@ -992,7 +992,7 @@ (define-public youtube-dl
version ".tar.gz"))
(sha256
(base32
"00ysv18p4rqg7sswbpjpmmvaih6nm135bpllqdlj4ns8kjqmh59j"))))
"1zfhq20i7xz0djfps39k3yrpdl8ni2yqh43211ma5m40ms78j4yk"))))
(build-system python-build-system)
(arguments
;; The problem here is that the directory for the man page and completion
......
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