diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-28 15:08:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-28 22:27:11 +0100 |
commit | eaf4875fc239aebd19cf776b0b5272076cd2b430 (patch) | |
tree | ccc82c9e98024295d0a2692b43ccc4cab0d9ed69 /gnu/packages | |
parent | c5c69451e3082840e4e592d11215991cec23806e (diff) |
gnu: you-get: Update to 0.4.1488.
* gnu/packages/video.scm (you-get): Update to 0.4.1488.
Diffstat (limited to 'gnu/packages')
-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 e52ce7a28f..8cba06eac9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2348,7 +2348,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1475") + (version "0.4.1488") (source (origin (method git-fetch) (uri (git-reference @@ -2357,7 +2357,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "1hsa99fgx1zhzkf3n0hlbinckvipd54vhs6y4jkq0rd9r6yc1h7f")))) + "10dx1gka92m42f8ah1mzylbd71apzrphfa48r5ci7g1j8ysdcs7q")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |