[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: mlt: Update to 7.8.0.
From: |
guix-commits |
Subject: |
05/08: gnu: mlt: Update to 7.8.0. |
Date: |
Sat, 13 Aug 2022 01:36:27 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit ab959f8a117b7d041e6c89fa2ab989412c4aef74
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Jul 10 17:46:22 2022 -0300
gnu: mlt: Update to 7.8.0.
* gnu/packages/video.scm (mlt): Update to 7.8.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 6d0b5ccb58..dcd58d5e02 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3150,7 +3150,7 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
(define-public mlt
(package
(name "mlt")
- (version "7.6.0")
+ (version "7.8.0")
(source
(origin
(method git-fetch)
@@ -3159,7 +3159,7 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1dj7jb5nk0qy28mlw0pcmj4nd607mgx229nhf14gjc0fq9gx71sd"))))
+ (base32 "01589xpx1vgx1l1zjg553nbjks5wy31rdvyq1sjnbp9w7p7nzjdg"))))
(build-system cmake-build-system)
(arguments
(list
- branch master updated (bf35cded18 -> 887a5fd5a3), guix-commits, 2022/08/13
- 01/08: gnu: homebank: Update to 5.5.6., guix-commits, 2022/08/13
- 05/08: gnu: mlt: Update to 7.8.0.,
guix-commits <=
- 02/08: gnu: openxr: Update to 1.0.24., guix-commits, 2022/08/13
- 06/08: gnu: shotcut: Update to 22.06.23., guix-commits, 2022/08/13
- 07/08: gnu: freecad: Update to 0.20.1., guix-commits, 2022/08/13
- 08/08: gnu: pre-commit: Update to 2.20.0., guix-commits, 2022/08/13
- 04/08: gnu: python-wand: Update to 0.6.9., guix-commits, 2022/08/13
- 03/08: gnu: mixxx: Update to 2.3.3., guix-commits, 2022/08/13