guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: mlt: Update to 7.16.0.


From: guix-commits
Subject: 04/08: gnu: mlt: Update to 7.16.0.
Date: Sun, 14 May 2023 10:38:27 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 30af248f1da2421259e38c17cd305589ef6497e9
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat May 13 08:57:26 2023 -0300

    gnu: mlt: Update to 7.16.0.
    
    * gnu/packages/video.scm (mlt): Update to 7.16.0.
---
 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 4769b89a59..e6c437fbbe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3220,7 +3220,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "7.14.0")
+    (version "7.16.0")
     (source
      (origin
        (method git-fetch)
@@ -3229,7 +3229,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 "0qiy346dx41a2n94lwsa9p9vsprsrzah7f9wlm6n507k7w7f0sq6"))))
+        (base32 "0aas3zjc9xh7sn01xv67fa26bzlz9sapbgzsplmikwc9lwfl5pqi"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]