guix-patches
[Top][All Lists]
Advanced

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

[bug#48020] [PATCH 2/4] gnu: mlt: Update to 6.26.1.


From: Vinicius Monego
Subject: [bug#48020] [PATCH 2/4] gnu: mlt: Update to 6.26.1.
Date: Sun, 25 Apr 2021 18:17:22 +0000

* gnu/packages/video.scm (mlt): Update to 6.26.1.
---
 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 fc16ea75fd..c86c681cdd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2954,7 +2954,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "6.22.1")
+    (version "6.26.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2963,7 +2963,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jxv848ykw0csbnayrd710ylw46m0picfv7rpzsxz1vh4jzs395k"))))
+                "1gz79xvs5jrzqhwhfk0dqdd3xiavnjp4q957h7nb02rij32byb39"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.31.1






reply via email to

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