guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a1ca3987934b94cc77ecae12e0097ac53665d97f
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun May 11 11:05:32 2025 -0300

    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 ee789d1c2c..b117fc85a8 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

Reply via email to