mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: mlt: Update to 7.8.0.
* gnu/packages/video.scm (mlt): Update to 7.8.0.
This commit is contained in:
parent
4b88fe049f
commit
ab959f8a11
1 changed files with 2 additions and 2 deletions
|
@ -3150,7 +3150,7 @@ (define-public twitchy
|
|||
(define-public mlt
|
||||
(package
|
||||
(name "mlt")
|
||||
(version "7.6.0")
|
||||
(version "7.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3159,7 +3159,7 @@ (define-public mlt
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1dj7jb5nk0qy28mlw0pcmj4nd607mgx229nhf14gjc0fq9gx71sd"))))
|
||||
(base32 "01589xpx1vgx1l1zjg553nbjks5wy31rdvyq1sjnbp9w7p7nzjdg"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue