diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:23:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-11 03:24:14 +0100 |
commit | ec63b5a4c7a593986437c7677f844506f422c852 (patch) | |
tree | f0b85f5979c91455d0c1f47ad35c9c918cb3b635 | |
parent | 6ef143ef6ea7a6f7009d3d33e03d49e439877cc4 (diff) |
gnu: you-get: Update to 0.4.1410.
* gnu/packages/video.scm (you-get): Update to 0.4.1410.
-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 c54b5ec64c..41e6835baf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1687,7 +1687,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1403") + (version "0.4.1410") (source (origin (method git-fetch) (uri (git-reference @@ -1696,7 +1696,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "04viy19x4g9dngml82nf9j94ys3p47bs62c2q2cn1barkybaa3as")))) + "1v4lfldcijgngg0s4q5w4ixa0k8k75dwmkhf57pgb31bqlrr8h0s")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |