From 6fc0cfe1b57060033ec444e96e1e7b693cf5e3dc Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Tue, 16 Nov 2021 19:12:02 +0000 Subject: gnu: mlt: Update to 7.2.0. * gnu/packages/video.scm (mlt): Update to 7.2.0. Signed-off-by: Mathieu Othacehe --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 74c0759846..4d80ec2c14 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3227,7 +3227,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.0.1") + (version "7.2.0") (source (origin (method git-fetch) @@ -3236,7 +3236,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "13c5miph9jjbz69dhy0zvbkk5zbb05dr3vraaci0d5fdbrlhyscf")))) + (base32 "17d4gs46ca3n0qg6z69hl6mmllnqj2id8ccrv8fyz8c5zm55ghqm")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;requires "Kwalify" -- cgit v1.2.3