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.20.0.


From: guix-commits
Subject: 02/03: gnu: mlt: Update to 7.20.0.
Date: Tue, 3 Oct 2023 07:56:43 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit c2291c8b286a7d9c1a4aac1b3e2567228826dee8
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Tue Oct 3 08:46:42 2023 -0300

    gnu: mlt: Update to 7.20.0.
    
    * gnu/packages/video.scm (mlt): Update to 7.20.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 bb6cf75821..a9b8d96123 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3277,7 +3277,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "7.18.0")
+    (version "7.20.0")
     (source
      (origin
        (method git-fetch)
@@ -3286,7 +3286,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 "1b79wcf4l099w6bp4jlhgdwnbaydkrp8rj1hflggihzn3awcrayy"))))
+        (base32 "1dc09j8yvis6ilba5a13qicf6wbgxnzwllab6h48kzfl1lc0n8g7"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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