diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-12-02 15:58:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-12-03 23:49:56 +0100 |
commit | b901043604b99058287bd44ec1ae4e5229d5250d (patch) | |
tree | e5b177dae1652eb7aa2fad3b038bf2a836aee299 | |
parent | 3fb6464ba43141b671481ce5ba158b6e6d1badfe (diff) | |
download | patches-b901043604b99058287bd44ec1ae4e5229d5250d.tar patches-b901043604b99058287bd44ec1ae4e5229d5250d.tar.gz |
gnu: you-get: Update to 0.4.990.
* gnu/packages/video.scm (you-get): Update to 0.4.990.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
-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 7777b60aac..708a56d914 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.985") + (version "0.4.990") (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 - "0a11z8bq4b4pgibrrx6hwjkg9hn8vx01ql9jxa73s6d7ry5nhmwm")))) + "1758drgp2wq6d8nz8bpfark2cli9sj0qd8srdhn0rx3rd4l5n7nj")))) (build-system python-build-system) (arguments ;; no tests |