aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2018-12-29 21:46:45 +0100
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2018-12-29 21:50:34 +0100
commit4f36d98f7b9bc0be6887d161fc97d67831e100cd (patch)
tree23725f90725d287affc3fb6c63981fe610b7f717
parent9123c420ddb420ccfb72d03feb76250f54374f9e (diff)
downloadguix-4f36d98f7b9bc0be6887d161fc97d67831e100cd.tar
guix-4f36d98f7b9bc0be6887d161fc97d67831e100cd.tar.gz
gnu: youtube-dl: Update to 2018.12.17.
* gnu/packages/video.scm (youtube-dl): Update to 2018.12.17.
-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 c327c9bc5c..322b88ece0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1338,7 +1338,7 @@ access to mpv's powerful playback capabilities.")
(define-public youtube-dl
(package
(name "youtube-dl")
- (version "2018.11.07")
+ (version "2018.12.17")
(source (origin
(method url-fetch)
(uri (string-append "https://yt-dl.org/downloads/"
@@ -1346,7 +1346,7 @@ access to mpv's powerful playback capabilities.")
version ".tar.gz"))
(sha256
(base32
- "1rvc2m2kbm2kycqsa7fkcg5gql9f0w3hn1a7jg48zzl06ayggxk9"))))
+ "1nd4zr3wd35vldm775m9wcgbzma2013yyj134lcz19ipjs38isrk"))))
(build-system python-build-system)
(arguments
;; The problem here is that the directory for the man page and completion