summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2021-04-25 18:17:22 +0000
committerEfraim Flashner <efraim@flashner.co.il>2021-06-21 17:04:14 +0300
commit6b183cd47d620428f0286faa6fdeffcdd89e9a77 (patch)
tree723b5e6cf9c5924c882e87a4cdbea04ed8f9a4f1 /gnu/packages/video.scm
parent5e6abeee989db65fb235e76b64b2f3f0e3bb7d74 (diff)
downloadguix-patches-6b183cd47d620428f0286faa6fdeffcdd89e9a77.tar
guix-patches-6b183cd47d620428f0286faa6fdeffcdd89e9a77.tar.gz
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>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 55d1967444..04c79dffb5 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