[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: mlt: Update to 6.18.0.
From: |
guix-commits |
Subject: |
07/07: gnu: mlt: Update to 6.18.0. |
Date: |
Tue, 12 Nov 2019 09:13:04 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 3e1ccbefda58777db5642ef2a72f4e5fc688a8c8
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Nov 12 15:12:13 2019 +0100
gnu: mlt: Update to 6.18.0.
* gnu/packages/video.scm (mlt): Update to 6.18.0.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8eb8a17..3a7b7dc 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
- branch master updated (18a6980 -> 3e1ccbe), guix-commits, 2019/11/12
- 07/07: gnu: mlt: Update to 6.18.0.,
guix-commits <=
- 01/07: gnu: python-cython: Update to 0.29.14., guix-commits, 2019/11/12
- 05/07: gnu: faudio: Use GIT-FILE-NAME., guix-commits, 2019/11/12
- 03/07: gnu: light: Update to 1.2.1., guix-commits, 2019/11/12
- 06/07: gnu: light: Don't use unstable tarball., guix-commits, 2019/11/12
- 04/07: gnu: faudio: Update to 19.11., guix-commits, 2019/11/12
- 02/07: gnu: psmisc: Update to 23.3., guix-commits, 2019/11/12