3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mlt: Update to 7.2.0.

* gnu/packages/video.scm (mlt): Update to 7.2.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego 2021-11-16 19:12:02 +00:00 committed by Mathieu Othacehe
parent e8d5dd5c9b
commit 6fc0cfe1b5
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -3227,7 +3227,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(define-public mlt (define-public mlt
(package (package
(name "mlt") (name "mlt")
(version "7.0.1") (version "7.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3236,7 +3236,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "13c5miph9jjbz69dhy0zvbkk5zbb05dr3vraaci0d5fdbrlhyscf")))) (base32 "17d4gs46ca3n0qg6z69hl6mmllnqj2id8ccrv8fyz8c5zm55ghqm"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;requires "Kwalify" `(#:tests? #f ;requires "Kwalify"