diff options
author | Feng Shu <tumashu@163.com> | 2017-04-18 06:04:12 +0800 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-18 00:29:50 +0200 |
commit | f0bc6ca1f26184bda9f2afe2576042a952fb735b (patch) | |
tree | 9ba2bfe440f3bb265dfcc0a17e4c8eb76b7bcf33 /gnu/packages/video.scm | |
parent | 8bbd50e9687b7b799951677182523f84a1728c50 (diff) |
gnu: you-get: Update to 0.4.715.
* gnu/packages/video.scm (you-get): Update to 0.4.715.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
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 e1c6a989f3..dcac350d0a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1105,7 +1105,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.652") + (version "0.4.715") (source (origin (method url-fetch) (uri (string-append @@ -1113,7 +1113,7 @@ other site that youtube-dl supports.") version "/you-get-" version ".tar.gz")) (sha256 (base32 - "0brkz98lycx8mmxjwmn7jlhqfdbvl0hy070n7skwr1k75kh99q30")))) + "043122hfh56fbbszp1kwd1f65asgyn60j1ijday93hf2dkhvbrnh")))) (build-system python-build-system) (arguments ;; no tests |