guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: mlt: Update to 6.26.1.


From: guix-commits
Subject: 02/05: gnu: mlt: Update to 6.26.1.
Date: Mon, 21 Jun 2021 10:20:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6b183cd47d620428f0286faa6fdeffcdd89e9a77
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Apr 25 18:17:22 2021 +0000

    gnu: mlt: Update to 6.26.1.
    
    * gnu/packages/video.scm (mlt): Update to 6.26.1.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 55d1967..04c79df 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2984,7 +2984,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
@@ -2993,7 +2993,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



reply via email to

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