mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mlt: Update to 6.18.0.
* gnu/packages/video.scm (mlt): Update to 6.18.0.
This commit is contained in:
parent
664cb939c6
commit
3e1ccbefda
1 changed files with 2 additions and 2 deletions
|
@ -2208,7 +2208,7 @@ (define-public twitchy
|
|||
(define-public mlt
|
||||
(package
|
||||
(name "mlt")
|
||||
(version "6.16.0")
|
||||
(version "6.18.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2217,7 +2217,7 @@ (define-public mlt
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1362fv63p34kza9v4b71b6wakgvsa2vdx9y0g28x3yh4cp4k97kx"))))
|
||||
"0iiqym15n8kbnjzj0asmm86gs23yykz0va5b475cc4v2vv5admgx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue