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

gnu: youtube-dl: Update to 2019.04.30.

* gnu/packages/video.scm (youtube-dl): Update to 2019.04.30.
parent e13bd308
No related branches found
No related tags found
No related merge requests found
...@@ -1446,7 +1446,7 @@ (define-public libvpx-1.7 ...@@ -1446,7 +1446,7 @@ (define-public libvpx-1.7
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2019.04.24") (version "2019.04.30")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/rg3/youtube-dl/releases/" (uri (string-append "https://github.com/rg3/youtube-dl/releases/"
...@@ -1454,7 +1454,7 @@ (define-public youtube-dl ...@@ -1454,7 +1454,7 @@ (define-public youtube-dl
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1kzz3y2q6798mwn20i69imf48kb04gx3rznfl06hb8qv5zxm9gqz")))) "1s43adnky8ayhjwmgmiqy6rmmygd4c23v36jhy2lzr2jpn8l53z1"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; The problem here is that the directory for the man page and completion ;; 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