diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-15 22:54:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-16 06:45:06 +0200 |
commit | 29d432a7addb6bb2f7a352dcbe2c84b095976619 (patch) | |
tree | c7c68759416b421436f24f724e122e8f528bc04e /gnu/packages/video.scm | |
parent | ec6ea0fea28f6083031d7f19fd4e10c3cb501a3a (diff) | |
download | guix-29d432a7addb6bb2f7a352dcbe2c84b095976619.tar guix-29d432a7addb6bb2f7a352dcbe2c84b095976619.tar.gz |
gnu: youtube-dl: Update to 2017.07.15.
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.15.
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 7056a8d19c..12d54ff8e5 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1121,7 +1121,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2017.07.09") + (version "2017.07.15") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -1129,7 +1129,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "0phrfby2nk5y5x5173bbg3jcr2ajk849al3zji5y39z39dj36ba2")))) + "1jmmi50hysgad9828niz03rm3y9v5ir26n4lmksd5jk1ddh0anb6")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |