From a1ca3987934b94cc77ecae12e0097ac53665d97f Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 11 May 2025 11:05:32 -0300 Subject: [PATCH] gnu: mlt: Update to 7.32.0. * gnu/packages/video.scm (mlt): Update to 7.32.0. Change-Id: I5dd00faebe7b832086dfca19b6eab7e5acd8ef87 --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ee789d1c2c63247ee3420c6ae1e44bc61690b0a9..b117fc85a867251d86b163809006ecfd53566a13 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3872,7 +3872,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "7.30.0") + (version "7.32.0") (source (origin (method git-fetch) @@ -3881,7 +3881,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 "0zks2h5rb8v5y24nwd33cfkzja6qbibify5gf1wv77w1hgf02gml")))) + (base32 "0v7xlm526b0kjm3jfmd0yc6yr7rnggn4b61gzdx9b41zlnyfhslf")))) (build-system cmake-build-system) (arguments (list