diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-07-21 10:34:09 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-07-21 14:12:12 -0400 |
commit | 889e7fab3c04be98a59b880bf44fbdaa6ddf0a4e (patch) | |
tree | 2bc43186551d11fdc88ba7797ff13c408973caca /gnu/packages/video.scm | |
parent | e4351015ec5c4f74a66aed2e16931cf74c4d5830 (diff) | |
download | guix-889e7fab3c04be98a59b880bf44fbdaa6ddf0a4e.tar guix-889e7fab3c04be98a59b880bf44fbdaa6ddf0a4e.tar.gz |
gnu: youtube-dl: Update to 2018.07.10.
* gnu/packages/video.scm (youtube-dl): Update to 2018.07.10.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/video.scm')
-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 9419ef86c0..7bf4e43791 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1225,7 +1225,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2018.06.19") + (version "2018.07.10") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1233,7 +1233,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "0ys2mc84r7mjpn7rykb57sn3ii1kp3divjdn2ivwqknj8jrzg3z6")))) + "1rigah941k2drzx5qz937lk68gw9jrizj5lgd9f9znp0bgi2d0xd")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |