diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-11-28 08:44:38 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-28 13:50:03 -0500 |
commit | 142535c3c25ed4c10de6d5442202159304f0be98 (patch) | |
tree | 168aafd8ca4ea567e29f8e40125760ef69e9b197 /gnu/packages/video.scm | |
parent | 2cdf78df2d3d5d88c7e6908754233cf37cce1e61 (diff) | |
download | guix-142535c3c25ed4c10de6d5442202159304f0be98.tar guix-142535c3c25ed4c10de6d5442202159304f0be98.tar.gz |
gnu: you-get: Update to 0.4.985.
* gnu/packages/video.scm (you-get): Update to 0.4.985.
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 ca733297b8..a353d88d00 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1259,7 +1259,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.964") + (version "0.4.985") (source (origin (method url-fetch) (uri (string-append @@ -1268,7 +1268,7 @@ other site that youtube-dl supports.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1icxi4f2yli74zyvwfcdrpp56g81kdkan31dc2brs4p0rj567kfx")))) + "0a11z8bq4b4pgibrrx6hwjkg9hn8vx01ql9jxa73s6d7ry5nhmwm")))) (build-system python-build-system) (arguments ;; no tests |