diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 15:12:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 15:12:30 +0100 |
commit | 3e1ccbefda58777db5642ef2a72f4e5fc688a8c8 (patch) | |
tree | 96203b2f42df0efef36c9aca0bac7bfd845f210b | |
parent | 664cb939c61198e62398615525d5fe9835b2df38 (diff) | |
download | patches-3e1ccbefda58777db5642ef2a72f4e5fc688a8c8.tar patches-3e1ccbefda58777db5642ef2a72f4e5fc688a8c8.tar.gz |
gnu: mlt: Update to 6.18.0.
* gnu/packages/video.scm (mlt): Update to 6.18.0.
-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 8eb8a17b16..3a7b7dc29d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2208,7 +2208,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (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 @@ from sites like Twitch.tv and pipes them into a video player of choice.") (file-name (git-file-name name version)) (sha256 (base32 - "1362fv63p34kza9v4b71b6wakgvsa2vdx9y0g28x3yh4cp4k97kx")))) + "0iiqym15n8kbnjzj0asmm86gs23yykz0va5b475cc4v2vv5admgx")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no tests |