diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-20 19:23:15 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-20 19:48:34 +0200 |
commit | a6e70e1169f0ee71d9c7bc04a78cc9e84b198b25 (patch) | |
tree | 64082f2e269037409c02b8006f2f8c8170c30db1 | |
parent | 5a740d06b681368acf8727d61059f7d8023e2d01 (diff) | |
download | gnu-guix-a6e70e1169f0ee71d9c7bc04a78cc9e84b198b25.tar gnu-guix-a6e70e1169f0ee71d9c7bc04a78cc9e84b198b25.tar.gz |
gnu: youtube-dl: Update to 2017.10.20.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.20.
-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 43e4fc2eb5..63824f6c57 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1116,7 +1116,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2017.10.15.1") + (version "2017.10.20") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1124,7 +1124,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "0zr9sx0nxk36si8xbvhlnazb69xzlygrhsxcyiydm0dy5y5ycsns")))) + "0npr8b1xg1dylz717kfllw433h1y16251npzch48lchq69bhm4iy")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |