diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 04:34:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 04:34:42 +0200 |
commit | 3e34ba43cbc42e4bfe7d4dc2a321c60da8f7cdae (patch) | |
tree | b6334269727f5cd39bc903ba376b49ac473efcc2 | |
parent | 70020ebe2b2e9aaeeb8896db72c1af7d4142ac00 (diff) |
gnu: you-get: Update to 0.4.1060.
* gnu/packages/video.scm (you-get): Update to 0.4.1060.
-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 5284577420..e959accf6a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1278,7 +1278,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1040") + (version "0.4.1060") (source (origin (method url-fetch) (uri (string-append @@ -1287,7 +1287,7 @@ other site that youtube-dl supports.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0257p9bn426rv0cjk2j5hsx6cg7dz5gpjwlqq0sy1axa47phis46")))) + "1pq7c2ay42aan7ykpmddzh6ylq0qsq8a27pk68m5imaxi6abbwsz")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |