diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-30 03:18:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-30 04:28:58 +0100 |
commit | aee4e47c5e3123485825e01d943b9d211b3e9538 (patch) | |
tree | fa28a9f5d78f3b9a6c29bdccd9310ebf3c0f6d6b | |
parent | 2dbd8365daaa93c84606fdc107f3a0e84d35f224 (diff) | |
download | gnu-guix-aee4e47c5e3123485825e01d943b9d211b3e9538.tar gnu-guix-aee4e47c5e3123485825e01d943b9d211b3e9538.tar.gz |
gnu: youtube-dl: Update to 2019.10.29.
* gnu/packages/video.scm (youtube-dl): Update to 2019.10.29.
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 2b4f16207d..2f4ea35a78 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1491,7 +1491,7 @@ projects while introducing many more.") (define-public youtube-dl (package (name "youtube-dl") - (version "2019.10.22") + (version "2019.10.29") (source (origin (method url-fetch) (uri (string-append "https://github.com/ytdl-org/youtube-dl/" @@ -1499,7 +1499,7 @@ projects while introducing many more.") version ".tar.gz")) (sha256 (base32 - "06wg6wpyq0fawjxjrhd7zasfjr9b6w9wsk2amiqdl712zqlq2rwb")))) + "1lq6ycjbx07831s24yx42q6m6svas4mf02vbszw0965dbbzs7vp4")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |