[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: mlt: Update to 6.16.0.
From: |
guix-commits |
Subject: |
04/10: gnu: mlt: Update to 6.16.0. |
Date: |
Wed, 25 Sep 2019 11:51:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e0aa4e949e77fd945a5a2fdd4be257c8782891d8
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Sep 25 04:06:47 2019 +0200
gnu: mlt: Update to 6.16.0.
* gnu/packages/video.scm (mlt): Update to 6.16.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 5180f27..fd1d98d 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
- branch master updated (8dc3c2a -> b106dd8), guix-commits, 2019/09/25
- 04/10: gnu: mlt: Update to 6.16.0.,
guix-commits <=
- 02/10: gnu: spirv-tools: Update to 2019.2., guix-commits, 2019/09/25
- 01/10: gnu: you-get: Update to 0.4.1355., guix-commits, 2019/09/25
- 07/10: gnu: iproute2: Add libmnl input., guix-commits, 2019/09/25
- 03/10: gnu: spirv-tools: Use GIT-FILE-NAME., guix-commits, 2019/09/25
- 05/10: gnu: rofi: Update to 1.5.4., guix-commits, 2019/09/25
- 10/10: gnu: xf86-input-wacom: Don't use NAME in source URI., guix-commits, 2019/09/25
- 06/10: gnu: iproute2: Update to 5.3.0., guix-commits, 2019/09/25
- 08/10: gnu: celluloid: Update to 0.17 from gnome-mpv., guix-commits, 2019/09/25
- 09/10: gnu: youtube-dl: Update to 2019.09.12.1., guix-commits, 2019/09/25