gnu: mlt: Update to 6.4.1.

* gnu/packages/video.scm (mlt): Update to 6.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-20 18:03:17 +01:00
parent 9fa7284155
commit f05f5b307e
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -1399,7 +1399,7 @@ from various services and pipes them into a video playing application.")
(define-public mlt (define-public mlt
(package (package
(name "mlt") (name "mlt")
(version "6.2.0") (version "6.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/mltframework/mlt/" (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")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1zwzfgxrcbwkxnkiwv0a1rzxdnnaly90yyarl9wdw84nx11ffbnx")))) "10m3ry0b2pvqx3bk34qh5dq337nn8pkc2gzfyhsj4nv9abskln47"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests