aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-04-25 11:41:17 +0200
committerRutger Helling <rhelling@mykolab.com>2018-04-25 11:42:20 +0200
commitfe355a1f8df476eabbc7718d8b420e3e524a099a (patch)
tree5ddea4346a2f2ec061c60e5952c3b9395e0f7351
parent113e9bc5a46707bdff4521655720c9694f587016 (diff)
downloadguix-fe355a1f8df476eabbc7718d8b420e3e524a099a.tar
guix-fe355a1f8df476eabbc7718d8b420e3e524a099a.tar.gz
gnu: youtube-dl: Update to 2018.04.25.
* gnu/packages/video.scm (youtube-dl): Update to 2018.04.25.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dc5a375664..7c2e20527f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1153,7 +1153,7 @@ access to mpv's powerful playback capabilities.")
(define-public youtube-dl
(package
(name "youtube-dl")
- (version "2018.04.16")
+ (version "2018.04.25")
(source (origin
(method url-fetch)
(uri (string-append "https://yt-dl.org/downloads/"
@@ -1161,7 +1161,7 @@ access to mpv's powerful playback capabilities.")
version ".tar.gz"))
(sha256
(base32
- "046zg8pww2xg1yibh7c1a8jcg8f1znr4hsz1l1da03djcp6na99d"))))
+ "17zxgwfcy7c6gdyxdgh02f5zi52gvmy0zpccfj6zjkhw5iqj1vbw"))))
(build-system python-build-system)
(arguments
;; The problem here is that the directory for the man page and completion