Archived
1
0
Fork 0

gnu: mlt: Update to 7.8.0.

* gnu/packages/video.scm (mlt): Update to 7.8.0.
This commit is contained in:
Vinicius Monego 2022-07-10 17:46:22 -03:00
parent 4b88fe049f
commit ab959f8a11
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -3150,7 +3150,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.6.0") (version "7.8.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3159,7 +3159,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 "1dj7jb5nk0qy28mlw0pcmj4nd607mgx229nhf14gjc0fq9gx71sd")))) (base32 "01589xpx1vgx1l1zjg553nbjks5wy31rdvyq1sjnbp9w7p7nzjdg"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list