gnu: mlt: Update to 7.4.0.

* gnu/packages/video.scm (mlt): Update to 7.4.0.
This commit is contained in:
Vinicius Monego 2022-02-02 14:40:53 -03:00
parent 00a05e481d
commit e4bd270dbe
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -3209,7 +3209,7 @@ (define-public twitchy
(define-public mlt (define-public mlt
(package (package
(name "mlt") (name "mlt")
(version "7.2.0") (version "7.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3218,7 +3218,7 @@ (define-public mlt
(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 "17d4gs46ca3n0qg6z69hl6mmllnqj2id8ccrv8fyz8c5zm55ghqm")))) (base32 "132y3niv9p1pwms1d5dr0w1jifvr52yfjy6zza3g7qaha0yzfh0c"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list