diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 18:03:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-21 16:37:01 +0100 |
commit | f05f5b307e0c767e4b6cfdfd3c98ce2ccb25e25f (patch) | |
tree | 394094fe02b68c66704f0e35e7a3d83ff1c7ca7d /gnu/packages/video.scm | |
parent | 9fa728415549b41a98e195dbc4328462359ed232 (diff) | |
download | patches-f05f5b307e0c767e4b6cfdfd3c98ce2ccb25e25f.tar patches-f05f5b307e0c767e4b6cfdfd3c98ce2ccb25e25f.tar.gz |
gnu: mlt: Update to 6.4.1.
* gnu/packages/video.scm (mlt): Update to 6.4.1.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 968f90840d..76b80b3342 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1399,7 +1399,7 @@ from various services and pipes them into a video playing application.") (define-public mlt (package (name "mlt") - (version "6.2.0") + (version "6.4.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/mltframework/mlt/" @@ -1407,7 +1407,7 @@ from various services and pipes them into a video playing application.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1zwzfgxrcbwkxnkiwv0a1rzxdnnaly90yyarl9wdw84nx11ffbnx")))) + "10m3ry0b2pvqx3bk34qh5dq337nn8pkc2gzfyhsj4nv9abskln47")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |