diff options
author | Vinicius Monego <monego@posteo.net> | 2024-05-03 15:49:59 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-05-11 14:24:49 -0300 |
commit | 0680eadf3be4d8666b05b6af103dac817eb81ab8 (patch) | |
tree | bc6e78ce5a93ff84e83b3a7aac26e4313e3628cd /gnu/packages/video.scm | |
parent | 30fe006a0b379e343291738e637feefd0c20cced (diff) | |
download | guix-0680eadf3be4d8666b05b6af103dac817eb81ab8.tar.gz guix-0680eadf3be4d8666b05b6af103dac817eb81ab8.zip |
gnu: mlt: Update to 7.24.0.
* gnu/packages/video.scm (mlt): Update to 7.24.0.
Change-Id: If04fd8aa6db07caa3f5b2a72102b6b93c929b766
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 9e12286f34..b9517fa450 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3799,7 +3799,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.22.0") + (version "7.24.0") (source (origin (method git-fetch) @@ -3808,7 +3808,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 "1aa23kni64751x0kd54lr87ns9kdc8pblhqp8m8608ah8xwak4mw")))) + (base32 "08fgcf20v4q52lfdwzvscbbppa6m582f551q6fzxz2vs5936w3wx")))) (build-system cmake-build-system) (arguments (list |