[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: youtube-dl: Update to 2017.04.03.
From: |
Tobias Geerinckx-Rice |
Subject: |
11/11: gnu: youtube-dl: Update to 2017.04.03. |
Date: |
Mon, 3 Apr 2017 18:17:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f49ced682736b4ac27a2f01c9ae80bebc050fbf9
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 3 04:24:04 2017 +0200
gnu: youtube-dl: Update to 2017.04.03.
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.03.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b29f6cc..4f005f5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -984,7 +984,7 @@ access to mpv's powerful playback capabilities.")
(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 @@ access to mpv's powerful playback capabilities.")
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
- 02/11: gnu: perl-dbd-sqlite: Update to 1.54., (continued)
- 02/11: gnu: perl-dbd-sqlite: Update to 1.54., Tobias Geerinckx-Rice, 2017/04/03
- 04/11: gnu: perl-lingua-en-findnumber: Update to 1.32., Tobias Geerinckx-Rice, 2017/04/03
- 08/11: gnu: perl-lingua-en-tagger: Update to 0.28., Tobias Geerinckx-Rice, 2017/04/03
- 09/11: gnu: perl-email-mime: Update to 1.940., Tobias Geerinckx-Rice, 2017/04/03
- 07/11: gnu: perl-lingua-en-number-isordinal: Update to 0.05., Tobias Geerinckx-Rice, 2017/04/03
- 06/11: gnu: perl-lingua-en-inflect-number: Update to 1.12., Tobias Geerinckx-Rice, 2017/04/03
- 05/11: gnu: perl-lingua-en-inflect: Update to 1.901., Tobias Geerinckx-Rice, 2017/04/03
- 01/11: gnu: perl-dbd-pg: Update to 3.5.3., Tobias Geerinckx-Rice, 2017/04/03
- 03/11: gnu: perl-db-file: Update to 1.840., Tobias Geerinckx-Rice, 2017/04/03
- 10/11: gnu: perl-email-simple: Update to 2.213., Tobias Geerinckx-Rice, 2017/04/03
- 11/11: gnu: youtube-dl: Update to 2017.04.03.,
Tobias Geerinckx-Rice <=