diff options
author | Vinicius Monego <monego@posteo.net> | 2022-11-26 08:40:47 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-12-05 21:01:10 -0300 |
commit | b1ec9f36008cae036e99b1b5eb28d7f6e181898f (patch) | |
tree | 4fcfae2b7e5df9c53f4b55f07a3c9c6f54ad403c /gnu/packages/video.scm | |
parent | 0f89d91411f68fbac0e020fbfe92a6bf880065ac (diff) |
gnu: mlt: Update to 7.12.0.
* gnu/packages/video.scm (mlt): Update to 7.12.0.
Diffstat (limited to 'gnu/packages/video.scm')
-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 6e0a1e313c..57c7d8a7d1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3198,7 +3198,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.8.0") + (version "7.12.0") (source (origin (method git-fetch) @@ -3207,7 +3207,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 "01589xpx1vgx1l1zjg553nbjks5wy31rdvyq1sjnbp9w7p7nzjdg")))) + (base32 "182i6fgn9aiskj62kj10cxf5wh233a241n7qvh0l95il01zmpfb3")))) (build-system cmake-build-system) (arguments (list |