guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mlt: Update to 7.4.0.


From: guix-commits
Subject: 02/03: gnu: mlt: Update to 7.4.0.
Date: Thu, 3 Mar 2022 20:29:14 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit e4bd270dbe14cad59fd264d08d314c74d205be23
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Feb 2 14:40:53 2022 -0300

    gnu: mlt: Update to 7.4.0.
    
    * gnu/packages/video.scm (mlt): Update to 7.4.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 023efd8852..dc05c0a222 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3209,7 +3209,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "7.2.0")
+    (version "7.4.0")
     (source
      (origin
        (method git-fetch)
@@ -3218,7 +3218,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 "17d4gs46ca3n0qg6z69hl6mmllnqj2id8ccrv8fyz8c5zm55ghqm"))))
+        (base32 "132y3niv9p1pwms1d5dr0w1jifvr52yfjy6zza3g7qaha0yzfh0c"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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