guix-patches
[Top][All Lists]
Advanced

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

[bug#51898] [PATCH 1/3] gnu: mlt: Update to 7.2.0.


From: Vinicius Monego
Subject: [bug#51898] [PATCH 1/3] gnu: mlt: Update to 7.2.0.
Date: Tue, 16 Nov 2021 19:12:02 +0000

* gnu/packages/video.scm (mlt): Update to 7.2.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 3bfdde7184..09c2dbe8ad 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3123,7 +3123,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)
@@ -3132,7 +3132,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"
-- 
2.30.2






reply via email to

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