diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-02-07 18:55:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-02-07 18:55:46 +0100 |
commit | 22a7abf7e53ccfa71dc03f06164f2c1761814354 (patch) | |
tree | edbf29db732bb6168bd20ef1ca46c30a22f5b049 /gnu/packages/video.scm | |
parent | 4dcb3db0eebf50b85bfafbcea438ff5e29d4b89f (diff) | |
download | guix-22a7abf7e53ccfa71dc03f06164f2c1761814354.tar guix-22a7abf7e53ccfa71dc03f06164f2c1761814354.tar.gz |
gnu: youtube-dl: Update to 2017.02.07.
* gnu/packages/video.scm (youtube-dl): Update to 2017.02.07.
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 8cbbb9d76d..0b3361e8f7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -970,7 +970,7 @@ access to mpv's powerful playback capabilities.") (define-public youtube-dl (package (name "youtube-dl") - (version "2017.02.01") + (version "2017.02.07") (source (origin (method url-fetch) (uri (string-append "https://yt-dl.org/downloads/" @@ -978,7 +978,7 @@ access to mpv's powerful playback capabilities.") version ".tar.gz")) (sha256 (base32 - "1jkra0kgqg9ks76hwfcfsdaiknr9w8vavja0rc81ia644085axzz")))) + "1grq3aqa1zc0xdq1y6vqnk0y0vcd1j2jjn85696hw98mi0w1am73")))) (build-system python-build-system) (arguments ;; The problem here is that the directory for the man page and completion |