guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mlt: Update to 7.2.0.


From: guix-commits
Subject: 01/03: gnu: mlt: Update to 7.2.0.
Date: Thu, 2 Dec 2021 09:35:46 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 6fc0cfe1b57060033ec444e96e1e7b693cf5e3dc
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Nov 16 19:12:02 2021 +0000

    gnu: mlt: Update to 7.2.0.
    
    * gnu/packages/video.scm (mlt): Update to 7.2.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 74c0759..4d80ec2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3227,7 +3227,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "7.0.1")
+    (version "7.2.0")
     (source
      (origin
        (method git-fetch)
@@ -3236,7 +3236,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 "13c5miph9jjbz69dhy0zvbkk5zbb05dr3vraaci0d5fdbrlhyscf"))))
+        (base32 "17d4gs46ca3n0qg6z69hl6mmllnqj2id8ccrv8fyz8c5zm55ghqm"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;requires "Kwalify"



reply via email to

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