diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 04:06:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 17:50:49 +0200 |
commit | e0aa4e949e77fd945a5a2fdd4be257c8782891d8 (patch) | |
tree | 726b3135dbe7a3c979363094be8d9f80eb3a20c8 /gnu/packages/video.scm | |
parent | d7a7d255c4566652a79210ca1d6b9b1d8fe9f9b7 (diff) | |
download | patches-e0aa4e949e77fd945a5a2fdd4be257c8782891d8.tar patches-e0aa4e949e77fd945a5a2fdd4be257c8782891d8.tar.gz |
gnu: mlt: Update to 6.16.0.
* gnu/packages/video.scm (mlt): Update to 6.16.0.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5180f275ad..fd1d98dc01 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2203,7 +2203,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (define-public mlt (package (name "mlt") - (version "6.12.0") + (version "6.16.0") (source (origin (method git-fetch) (uri (git-reference @@ -2212,7 +2212,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (file-name (git-file-name name version)) (sha256 (base32 - "0pzm3mjbbdl2rkbswgyfkx552xlxh2qrwzsi2a4dicfr92rfgq6w")))) + "1362fv63p34kza9v4b71b6wakgvsa2vdx9y0g28x3yh4cp4k97kx")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |