diff options
author | Feng Shu <tumashu@163.com> | 2017-07-25 20:49:14 +0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-25 14:44:19 -0400 |
commit | 90062885b7ddde7eb17e67c2572b10745288f962 (patch) | |
tree | a8ef8fa0f68f985d1eaf950815fd7e0b9ff1bef3 /gnu/packages/video.scm | |
parent | c7db7b86cef0cca32c4f22deab4f0d6caf964729 (diff) | |
download | patches-90062885b7ddde7eb17e67c2572b10745288f962.tar patches-90062885b7ddde7eb17e67c2572b10745288f962.tar.gz |
gnu: you-get: Update to 0.4.803.
* gnu/packages/video.scm (you-get): Update to 0.4.803.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 d953ca0fd4..7f3f1ce8d6 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1238,7 +1238,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.775") + (version "0.4.803") (source (origin (method url-fetch) (uri (string-append @@ -1247,7 +1247,7 @@ other site that youtube-dl supports.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1pjjv42c9bysnj8s3c6v0g6b00lr7b21y8ypibnzd6z0jxlsq7sz")))) + "1rjy809x67dadzvj3midkhcda2kp6rqmbj6rbhjd5f16rvqgn7jp")))) (build-system python-build-system) (arguments ;; no tests |