guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: mlt: Update to 7.22.0.


From: guix-commits
Subject: 08/11: gnu: mlt: Update to 7.22.0.
Date: Tue, 5 Dec 2023 15:03:15 -0500 (EST)

monego pushed a commit to branch master
in repository guix.

commit fe65a3de9c02df905aa11adb589675c747ac3726
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Dec 1 21:17:37 2023 -0300

    gnu: mlt: Update to 7.22.0.
    
    * gnu/packages/video.scm (mlt): Update to 7.22.0.
    
    Change-Id: I63827e89e181c439eb89e956362618d90d37ef50
---
 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 2822cdf4bf..270bb9b4fe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3440,7 +3440,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "7.20.0")
+    (version "7.22.0")
     (source
      (origin
        (method git-fetch)
@@ -3449,7 +3449,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 "1dc09j8yvis6ilba5a13qicf6wbgxnzwllab6h48kzfl1lc0n8g7"))))
+        (base32 "1aa23kni64751x0kd54lr87ns9kdc8pblhqp8m8608ah8xwak4mw"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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