diff options
author | Vinicius Monego <monego@posteo.net> | 2023-05-13 08:57:26 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-05-14 11:10:23 -0300 |
commit | 30af248f1da2421259e38c17cd305589ef6497e9 (patch) | |
tree | 6654bebed5a2ed0a5742a84ebd097442f5146759 | |
parent | a6b05e89eeda46acdcab255116db09df27fc4463 (diff) |
gnu: mlt: Update to 7.16.0.
* gnu/packages/video.scm (mlt): Update to 7.16.0.
-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 4769b89a59..e6c437fbbe 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3220,7 +3220,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.14.0") + (version "7.16.0") (source (origin (method git-fetch) @@ -3229,7 +3229,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 "0qiy346dx41a2n94lwsa9p9vsprsrzah7f9wlm6n507k7w7f0sq6")))) + (base32 "0aas3zjc9xh7sn01xv67fa26bzlz9sapbgzsplmikwc9lwfl5pqi")))) (build-system cmake-build-system) (arguments (list |