diff options
author | Vinicius Monego <monego@posteo.net> | 2020-06-21 15:25:46 -0300 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-22 23:52:55 +0200 |
commit | d6817e0086d0cdf0f19e1c9f228e07cc01096775 (patch) | |
tree | 8efe1654f9b335b1ad8dddf4f28c555126543eb5 /gnu/packages/video.scm | |
parent | 9305dfb9fd8a83fa6fb7c49700a9099dc32342da (diff) | |
download | guix-d6817e0086d0cdf0f19e1c9f228e07cc01096775.tar.gz |
gnu: mlt: Update to 6.20.0.
* gnu/packages/video.scm (mlt): Update to 6.20.0. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 058e466069..0512358b22 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net> ;;; Copyright © 2020 Alex McGrath <amk@amk.ie> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> +;;; Copyright © 2020 Vinicius Monego <monego@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2359,7 +2360,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "6.18.0") + (version "6.20.0") (source (origin (method git-fetch) (uri (git-reference @@ -2368,7 +2369,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (file-name (git-file-name name version)) (sha256 (base32 - "0iiqym15n8kbnjzj0asmm86gs23yykz0va5b475cc4v2vv5admgx")))) + "14kayzas2wisyw0z27qkcm4qnxbdb7bqa0hg7gaj5kbm3nvsnafk")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |