diff options
author | Vinicius Monego <monego@posteo.net> | 2021-11-16 19:12:02 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-02 15:29:33 +0100 |
commit | 6fc0cfe1b57060033ec444e96e1e7b693cf5e3dc (patch) | |
tree | 6206eadec8b81d1a7c062e8c69044ffbe8bd211d /gnu/packages | |
parent | e8d5dd5c9b4c1a3d07f0c02727134e3542aa58e8 (diff) | |
download | guix-6fc0cfe1b57060033ec444e96e1e7b693cf5e3dc.tar.gz |
gnu: mlt: Update to 7.2.0.
* gnu/packages/video.scm (mlt): Update to 7.2.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
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 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" |