diff options
author | Feng Shu <tumashu@163.com> | 2017-09-22 20:40:32 +0800 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-22 19:23:26 +0200 |
commit | a4314af5e6dacab2d6a313016733720e3839c948 (patch) | |
tree | 73f67cbcd3beead865acbbf516327a5a18c40b4f /gnu/packages/video.scm | |
parent | 6e83592affb72c3dac5298735b2c88f08fdfc981 (diff) | |
download | guix-a4314af5e6dacab2d6a313016733720e3839c948.tar guix-a4314af5e6dacab2d6a313016733720e3839c948.tar.gz |
gnu: you-get: Update to 0.4.915.
* gnu/packages/video.scm (you-get): Update to 0.4.915.
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 199f4142be..aa7542b714 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1228,7 +1228,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.803") + (version "0.4.915") (source (origin (method url-fetch) (uri (string-append @@ -1237,7 +1237,7 @@ other site that youtube-dl supports.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1rjy809x67dadzvj3midkhcda2kp6rqmbj6rbhjd5f16rvqgn7jp")))) + "147qf8kdxjv9003fgx50ws0rmjjq98sv11q6c3sdwd29zylaj1ql")))) (build-system python-build-system) (arguments ;; no tests |