diff options
author | Vinicius Monego <[email protected]> | 2024-08-30 19:19:45 -0300 |
---|---|---|
committer | Vinicius Monego <[email protected]> | 2024-12-21 14:52:58 -0300 |
commit | 9c696c3a72bfd31dacfb485b4cfd87a89da04582 (patch) | |
tree | 5af08b758b8e89cb5d85d27b3b19cf896ccbd6d5 | |
parent | dbfe4d2efe4895b013022a5a5aeca5032698533d (diff) |
gnu: mlt: Update to 7.28.0.
* gnu/packages/video.scm (mlt): Update to 7.28.0.
Change-Id: I1da0bcb3055a4c07f03076c71590a049883db80e
-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 fc7f930df0..a4ba6fcd97 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3889,7 +3889,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.24.0") + (version "7.28.0") (source (origin (method git-fetch) @@ -3898,7 +3898,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 "08fgcf20v4q52lfdwzvscbbppa6m582f551q6fzxz2vs5936w3wx")))) + (base32 "074rb3d3k9i6vmc2201qa7yfnnz8xs3kkvbnfwngjzyrzk6r14xr")))) (build-system cmake-build-system) (arguments (list |