[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: youtube-dl: Update to 2018.05.09.
From: |
Tobias Geerinckx-Rice |
Subject: |
10/10: gnu: youtube-dl: Update to 2018.05.09. |
Date: |
Wed, 16 May 2018 21:00:33 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2112a9921bf20b20bdaf7e2cbf38494141b956d6
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed May 16 14:31:41 2018 +0200
gnu: youtube-dl: Update to 2018.05.09.
* gnu/packages/video.scm (youtube-dl): Update to 2018.05.09.
---
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 94b51fc..5c876d0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1154,7 +1154,7 @@ access to mpv's powerful playback capabilities.")
(define-public youtube-dl
(package
(name "youtube-dl")
- (version "2018.04.25")
+ (version "2018.05.09")
(source (origin
(method url-fetch)
(uri (string-append "https://yt-dl.org/downloads/"
@@ -1162,7 +1162,7 @@ access to mpv's powerful playback capabilities.")
version ".tar.gz"))
(sha256
(base32
- "17zxgwfcy7c6gdyxdgh02f5zi52gvmy0zpccfj6zjkhw5iqj1vbw"))))
+ "0sl4bi2jls3417rd62awbqdq1b6wskkjbfwpnyw4a61qarfxid1d"))))
(build-system python-build-system)
(arguments
;; The problem here is that the directory for the man page and completion
- branch master updated (cbf58af -> 2112a99), Tobias Geerinckx-Rice, 2018/05/16
- 03/10: gnu: uim: Update to 1.8.8., Tobias Geerinckx-Rice, 2018/05/16
- 07/10: gnu: i3status: Update to 2.12., Tobias Geerinckx-Rice, 2018/05/16
- 08/10: gnu: lynx: Update to 2.8.9dev.18., Tobias Geerinckx-Rice, 2018/05/16
- 06/10: gnu: perl-xml-compile-wsdl11: Update to 3.07., Tobias Geerinckx-Rice, 2018/05/16
- 01/10: gnu: prosody: Update to 0.10.1 [security fixes]., Tobias Geerinckx-Rice, 2018/05/16
- 02/10: gnu: maim: Update to 5.5.1., Tobias Geerinckx-Rice, 2018/05/16
- 04/10: gnu: dunst: Update to 1.3.2., Tobias Geerinckx-Rice, 2018/05/16
- 05/10: gnu: perl-xml-compile-tester: Update to 0.91., Tobias Geerinckx-Rice, 2018/05/16
- 09/10: gnu: links: Update to 2.16., Tobias Geerinckx-Rice, 2018/05/16
- 10/10: gnu: youtube-dl: Update to 2018.05.09.,
Tobias Geerinckx-Rice <=