guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: mlt: Update to 7.6.0.


From: guix-commits
Subject: 01/05: gnu: mlt: Update to 7.6.0.
Date: Wed, 20 Apr 2022 22:45:09 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 866f306cf5293f3fb9ee376983c4ac5548ba612f
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Apr 15 23:23:19 2022 -0300

    gnu: mlt: Update to 7.6.0.
    
    * gnu/packages/video.scm (mlt): Update to 7.6.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 ae22d50922..f94f917d13 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3216,7 +3216,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "7.4.0")
+    (version "7.6.0")
     (source
      (origin
        (method git-fetch)
@@ -3225,7 +3225,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 "132y3niv9p1pwms1d5dr0w1jifvr52yfjy6zza3g7qaha0yzfh0c"))))
+        (base32 "1dj7jb5nk0qy28mlw0pcmj4nd607mgx229nhf14gjc0fq9gx71sd"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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